--- title: New color settings in themes - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/new-color-settings-in-themes md: https://shopify.dev/changelog/new-color-settings-in-themes.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 25, 2023 Tags: * Themes # New color settings in themes Empower your merchants to easily customize their online store with intuitive new color scheme settings. Online store color schemes are now available in [developer preview](https://shopify.dev/api/release-notes/developer-previews). You can define the structure of a color scheme in `settings_schema.json` and set values for each color scheme in `settings_data.json`. You can then reference the color schemes in the settings of a given section or block. `ColorSchemesDrop` provides access to the colors schemes and color values in each scheme. You can define your CSS by iterating over the new drop. This way, merchants no longer need to edit their CSS or liquid file to add or remove color schemes. Learn more about [color scheme](https://shopify.dev/themes/architecture/settings/input-settings#color_scheme) and [color schemes](https://shopify.dev/themes/architecture/settings/input-settings#color_schemes) settings.