Colors Palette

Define a reusable set of brand colors available throughout the theme.

Color Palette

Define your store's color palette by entering color names and their corresponding color codes. Each color should be entered in the following format: Color Name:#HEXCODE - separate multiple colors with a comma.

Example: Spring Blue:#478AFF, Tan Fedora:#D1A372, Red:#FF0000, Rose Gold:#B76E79

Guidelines

  • Use a descriptive color name followed by a colon (:) and the color's HEX code.
  • Separate each color entry with a comma (,).
  • HEX color codes should begin with # and contain 6 hexadecimal characters.
  • These colors will be available throughout the theme for styling elements and maintaining brand consistency.
  • Valid example: Primary Blue:#478AFF, Secondary Gold:#D1A372, Accent Red:#FF0000
  • Invalid example: Primary Blue - #478AFF | Secondary Gold - #D1A372
Documentation screenshot