Two accents at maximum chroma against near-black. Everything structural stays desaturated so the signal colors never compete.
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: #06070A;
--secondary: #0F1420;
--accent: #14F195;
--primary: #7C5CFF;
--surface: #E6F1FF;
}
$neon-terminal-text: #06070A; $neon-terminal-secondary: #0F1420; $neon-terminal-accent: #14F195; $neon-terminal-primary: #7C5CFF; $neon-terminal-surface: #E6F1FF;
// tailwind.config.js — theme.extend.colors
colors: {
'neon-terminal': {
'text': '#06070A',
'secondary': '#0F1420',
'accent': '#14F195',
'primary': '#7C5CFF',
'surface': '#E6F1FF',
},
}
{
"neon-terminal": {
"text": {
"value": "#06070A",
"type": "color"
},
"secondary": {
"value": "#0F1420",
"type": "color"
},
"accent": {
"value": "#14F195",
"type": "color"
},
"primary": {
"value": "#7C5CFF",
"type": "color"
},
"surface": {
"value": "#E6F1FF",
"type": "color"
}
}
}
{
"text": "#06070A",
"secondary": "#0F1420",
"accent": "#14F195",
"primary": "#7C5CFF",
"surface": "#E6F1FF"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #06070A #0F1420 #14F195 #7C5CFF #E6F1FF