Put this in your themes function.php to remove the Admin Color Scheme, and disallow users to change their color scheme.
remove_action('admin_color_scheme_picker', 'admin_color_scheme_picker');
Put this in your themes function.php to remove the Admin Color Scheme, and disallow users to change their color scheme.
remove_action('admin_color_scheme_picker', 'admin_color_scheme_picker');