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 {
--accent: #FF6EC7;
--text: #00E5FF;
--surface: #B388FF;
--secondary: #FFD166;
--primary: #7CFF6B;
}
$y2k-pop-accent: #FF6EC7; $y2k-pop-text: #00E5FF; $y2k-pop-surface: #B388FF; $y2k-pop-secondary: #FFD166; $y2k-pop-primary: #7CFF6B;
// tailwind.config.js — theme.extend.colors
colors: {
'y2k-pop': {
'accent': '#FF6EC7',
'text': '#00E5FF',
'surface': '#B388FF',
'secondary': '#FFD166',
'primary': '#7CFF6B',
},
}
{
"y2k-pop": {
"accent": {
"value": "#FF6EC7",
"type": "color"
},
"text": {
"value": "#00E5FF",
"type": "color"
},
"surface": {
"value": "#B388FF",
"type": "color"
},
"secondary": {
"value": "#FFD166",
"type": "color"
},
"primary": {
"value": "#7CFF6B",
"type": "color"
}
}
}
{
"accent": "#FF6EC7",
"text": "#00E5FF",
"surface": "#B388FF",
"secondary": "#FFD166",
"primary": "#7CFF6B"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #FF6EC7 #00E5FF #B388FF #FFD166 #7CFF6B