How can I use Advanced Custom Field Option page in CSS WordPress

Try this:

<style type="text/css">
--primary-color: <?php the_field('primary_theme_color', 'option'); ?>;
</style>

Or read this Article:

https://www.advancedcustomfields.com/resources/options-page/