Indigo carries every chart series; the surface stays paper-white so dense tables never feel heavy. One warm amber marks the outlier.
Ratios are WCAG 2 contrast between the roles as assigned above. AA needs 4.5:1 for body text, 3:1 for large text.
:root {
--text: #1A1B3A;
--primary: #4338CA;
--secondary: #818CF8;
--accent: #F5A524;
--surface: #F4F5FB;
}
$analytics-indigo-text: #1A1B3A; $analytics-indigo-primary: #4338CA; $analytics-indigo-secondary: #818CF8; $analytics-indigo-accent: #F5A524; $analytics-indigo-surface: #F4F5FB;
// tailwind.config.js — theme.extend.colors
colors: {
'analytics-indigo': {
'text': '#1A1B3A',
'primary': '#4338CA',
'secondary': '#818CF8',
'accent': '#F5A524',
'surface': '#F4F5FB',
},
}
{
"analytics-indigo": {
"text": {
"value": "#1A1B3A",
"type": "color"
},
"primary": {
"value": "#4338CA",
"type": "color"
},
"secondary": {
"value": "#818CF8",
"type": "color"
},
"accent": {
"value": "#F5A524",
"type": "color"
},
"surface": {
"value": "#F4F5FB",
"type": "color"
}
}
}
{
"text": "#1A1B3A",
"primary": "#4338CA",
"secondary": "#818CF8",
"accent": "#F5A524",
"surface": "#F4F5FB"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #1A1B3A #4338CA #818CF8 #F5A524 #F4F5FB