A violet-on-black system for wallets and explorers. The accent glows because the surface is nearly lightless — depth comes from chroma, not shadow.
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: #0A0616;
--secondary: #1E103A;
--primary: #7C3AED;
--accent: #C4A5FF;
--surface: #EDE7FB;
}
$chain-violet-text: #0A0616; $chain-violet-secondary: #1E103A; $chain-violet-primary: #7C3AED; $chain-violet-accent: #C4A5FF; $chain-violet-surface: #EDE7FB;
// tailwind.config.js — theme.extend.colors
colors: {
'chain-violet': {
'text': '#0A0616',
'secondary': '#1E103A',
'primary': '#7C3AED',
'accent': '#C4A5FF',
'surface': '#EDE7FB',
},
}
{
"chain-violet": {
"text": {
"value": "#0A0616",
"type": "color"
},
"secondary": {
"value": "#1E103A",
"type": "color"
},
"primary": {
"value": "#7C3AED",
"type": "color"
},
"accent": {
"value": "#C4A5FF",
"type": "color"
},
"surface": {
"value": "#EDE7FB",
"type": "color"
}
}
}
{
"text": "#0A0616",
"secondary": "#1E103A",
"primary": "#7C3AED",
"accent": "#C4A5FF",
"surface": "#EDE7FB"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0A0616 #1E103A #7C3AED #C4A5FF #EDE7FB