Color
Color is a powerful tool that helps merchants quickly navigate and manage their businesses in the Shopify Admin.

Using color

1. Reinforce the purpose of the page
Always use color that supports the purpose of the content and the overall goal of the page. Color can help communicate things like hierarchy of information, interactive states, and distinct elements, all of which make it easier for merchants to get their work done.
2. Design accessible experiences
The color system is designed to meet WCAG 2.1 contrast ratios. Sufficient contrast makes things easier to find, identify, and interact with for all merchants. However, you should never convey information using color alone. For example, using an icon or a label in addition to using red, yellow, or green when communicating the status of something ensures that the status is visible to merchants who are color blind.
3. Create heirarchy
Color plays a key role in creating the overall hierarchy of a screen. Using the subdued and strong token variants is an easy way to change that hierarchy and draw a merchant's attention to the right place.
Color pallette
The Polaris color palette is composed of 8 different colors, each with 10 unique shades. These colors are then used to create semantic tokens that style both Polaris components and custom components within the Shopify admin.
Gray
Green
Teal
Blue
Purple
Red
Orange
Yellow
Tokens

Polaris provides a comprehensive suite of color tokens for styling each part of the user interface. These tokens are passed into components and are available via css variables to style custom UI elements within the Shopify admin.
Token names
Each color token follows the same naming convention. The purpose and intent of a color token is built into the name itself. This makes it easy to understand how and when any given token should be used.
Naming formula: --p-color-element-role-variant-state
Example: --p-color-bg-critical-subdued-hover
Name space | Description | Examples |
---|---|---|
Element | This refers to the actual UI element being styled. | bg, text, icon & border |
Role | Assigned roles to specific colors to ensure consistent communication of color throughout the admin. | interactive, caution, success, primary, critical, info & magic |
Variant | This is the key descriptor of a token that communicates exactly what this token is to be used for. | subdued, strong, on-color, inverse |
State | Communicates the state on which this token is applied. | hover, active, selected, disabled & focus |
The element slot is the only one that is required. When there is no role, variant or state associated with a token those slots are omitted from the final token name.
Examples

Applying tokens
Using color roles
Colors have assigned roles, which hold a specific meaning based on how they function within the interface. Using these color roles correctly brings consistency across the admin, making it easier for merchants to work.

Variants
Use variants to create hierarchy within the experience. Strong variants put emphasis on an element while subdued variants push them more into the background.

Interaction states
State tokens make interactions clear to merchants as they manage their store.
