---
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'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Themes
    handle: dev_themes
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-01-23T10:52:55-05:00'
  postedAt: '2023-01-25T00:00:00-05:00'
  updatedAt: '2024-02-02T10:05:10-05:00'
  effectiveAt: '2023-01-25T00:00:00-05:00'
---

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.
