Disable the user admin color scheme picker.
<?php remove_action( 'admin_color_scheme_picker', 'admin_color_scheme_picker' ); ?>
WordPress Snippet