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: #0D0221;
--accent: #FF2A6D;
--secondary: #05D9E8;
--surface: #D1F7FF;
--primary: #7700FF;
}
$cyberpunk-neon-text: #0D0221; $cyberpunk-neon-accent: #FF2A6D; $cyberpunk-neon-secondary: #05D9E8; $cyberpunk-neon-surface: #D1F7FF; $cyberpunk-neon-primary: #7700FF;
// tailwind.config.js — theme.extend.colors
colors: {
'cyberpunk-neon': {
'text': '#0D0221',
'accent': '#FF2A6D',
'secondary': '#05D9E8',
'surface': '#D1F7FF',
'primary': '#7700FF',
},
}
{
"cyberpunk-neon": {
"text": {
"value": "#0D0221",
"type": "color"
},
"accent": {
"value": "#FF2A6D",
"type": "color"
},
"secondary": {
"value": "#05D9E8",
"type": "color"
},
"surface": {
"value": "#D1F7FF",
"type": "color"
},
"primary": {
"value": "#7700FF",
"type": "color"
}
}
}
{
"text": "#0D0221",
"accent": "#FF2A6D",
"secondary": "#05D9E8",
"surface": "#D1F7FF",
"primary": "#7700FF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0D0221 #FF2A6D #05D9E8 #D1F7FF #7700FF