Add custom css to theme

You need to make sure that your css goes between style tags. Try changing this line:

        .btn { background-color:<?php echo esc_attr($btn_color);?>; } <?php

to

        <style>.btn { background-color:<?php echo esc_attr($btn_color);?>;</style> } <?php