Electric lime and magenta at full volume over ink — built for a landing page that has three seconds to convince. Structure stays black so the signal pops.
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: #08090D;
--secondary: #171A24;
--accent: #C6FF3D;
--primary: #FF3DA5;
--surface: #F0F2F6;
}
$defi-signal-text: #08090D; $defi-signal-secondary: #171A24; $defi-signal-accent: #C6FF3D; $defi-signal-primary: #FF3DA5; $defi-signal-surface: #F0F2F6;
// tailwind.config.js — theme.extend.colors
colors: {
'defi-signal': {
'text': '#08090D',
'secondary': '#171A24',
'accent': '#C6FF3D',
'primary': '#FF3DA5',
'surface': '#F0F2F6',
},
}
{
"defi-signal": {
"text": {
"value": "#08090D",
"type": "color"
},
"secondary": {
"value": "#171A24",
"type": "color"
},
"accent": {
"value": "#C6FF3D",
"type": "color"
},
"primary": {
"value": "#FF3DA5",
"type": "color"
},
"surface": {
"value": "#F0F2F6",
"type": "color"
}
}
}
{
"text": "#08090D",
"secondary": "#171A24",
"accent": "#C6FF3D",
"primary": "#FF3DA5",
"surface": "#F0F2F6"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #08090D #171A24 #C6FF3D #FF3DA5 #F0F2F6