---
title: Color palettes 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/color-palettes'
  md: 'https://shopify.dev/changelog/color-palettes.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Themes
    handle: dev_themes
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2026-05-05T23:29:49-04:00'
  postedAt: '2026-06-17T11:45:00-04:00'
  updatedAt: '2026-06-16T14:02:29-04:00'
  effectiveAt: '2026-06-30T12:00:00-04:00'
---

June 17, 2026

Tags:

* Themes

# Color palettes in Themes

Themes now support a new `color_palette` setting type. Palettes give merchants a single grid of colors they can edit directly, and changes apply across the entire theme. Individual `color` and `color_background` settings can reference palette entries as defaults, and merchants can override any color at the section or block level for local control.

Color schemes continue to work, so existing themes don't need to change, and color palettes aren't required for new themes or Theme Store submissions. We're focusing future development on palettes because they give merchants a better editing experience, so we recommend them when building new themes.

To see how this works in practice, try the latest version of Horizon (4.0.0), which uses the new palette system throughout.

For implementation details, see the [`color_palette` developer documentation](https://shopify.dev/docs/storefronts/themes/architecture/settings/input-settings#color_palette).
