Chart Colors
Semantic color tokens for data visualization. The categorical palette provides ten distinct, accessible hues for charts, and the trend tokens signal positive, negative, and neutral change. Every token is themeable and can be overridden per instance through Style Books.
Table of Contents
The chart tokens are defined as CSS custom properties on :root and mapped through the frontend token definition, so they resolve automatically in the light, dark, and high-contrast schemes and can be edited in a Style Book without touching the components. Every value meets the WCAG 2.1 AA non-text contrast ratio (3:1) against both the light and dark theme backgrounds.
Categorical Palette
Charts assign these ten colors to series in order. When a chart needs more than ten series, the palette cycles back through the same tokens.
Trend Indicators
Trend tokens default to the semantic success, danger, and secondary colors so that positive, negative, and neutral change read consistently with the rest of the theme.
Table of Contents