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 {
--surface: #FF3B3B;
--accent: #FF9F1C;
--secondary: #FFD23F;
--text: #2EC4B6;
--primary: #3A86FF;
}
$dopamine-brights-surface: #FF3B3B; $dopamine-brights-accent: #FF9F1C; $dopamine-brights-secondary: #FFD23F; $dopamine-brights-text: #2EC4B6; $dopamine-brights-primary: #3A86FF;
// tailwind.config.js — theme.extend.colors
colors: {
'dopamine-brights': {
'surface': '#FF3B3B',
'accent': '#FF9F1C',
'secondary': '#FFD23F',
'text': '#2EC4B6',
'primary': '#3A86FF',
},
}
{
"dopamine-brights": {
"surface": {
"value": "#FF3B3B",
"type": "color"
},
"accent": {
"value": "#FF9F1C",
"type": "color"
},
"secondary": {
"value": "#FFD23F",
"type": "color"
},
"text": {
"value": "#2EC4B6",
"type": "color"
},
"primary": {
"value": "#3A86FF",
"type": "color"
}
}
}
{
"surface": "#FF3B3B",
"accent": "#FF9F1C",
"secondary": "#FFD23F",
"text": "#2EC4B6",
"primary": "#3A86FF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #FF3B3B #FF9F1C #FFD23F #2EC4B6 #3A86FF