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: #FF006E;
--accent: #FB5607;
--secondary: #FFBE0B;
--primary: #8338EC;
--surface: #3A86FF;
}
$candy-neon-text: #FF006E; $candy-neon-accent: #FB5607; $candy-neon-secondary: #FFBE0B; $candy-neon-primary: #8338EC; $candy-neon-surface: #3A86FF;
// tailwind.config.js — theme.extend.colors
colors: {
'candy-neon': {
'text': '#FF006E',
'accent': '#FB5607',
'secondary': '#FFBE0B',
'primary': '#8338EC',
'surface': '#3A86FF',
},
}
{
"candy-neon": {
"text": {
"value": "#FF006E",
"type": "color"
},
"accent": {
"value": "#FB5607",
"type": "color"
},
"secondary": {
"value": "#FFBE0B",
"type": "color"
},
"primary": {
"value": "#8338EC",
"type": "color"
},
"surface": {
"value": "#3A86FF",
"type": "color"
}
}
}
{
"text": "#FF006E",
"accent": "#FB5607",
"secondary": "#FFBE0B",
"primary": "#8338EC",
"surface": "#3A86FF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #FF006E #FB5607 #FFBE0B #8338EC #3A86FF