A deep navy dark theme with one steel blue doing the pushing. Surfaces stay cold and low-chroma so a single accent reads as a click, not decoration.
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: #0E1620;
--secondary: #1C2A3A;
--primary: #3E5C7E;
--accent: #7FA0C0;
--surface: #DCE6F0;
}
$nordic-night-text: #0E1620; $nordic-night-secondary: #1C2A3A; $nordic-night-primary: #3E5C7E; $nordic-night-accent: #7FA0C0; $nordic-night-surface: #DCE6F0;
// tailwind.config.js — theme.extend.colors
colors: {
'nordic-night': {
'text': '#0E1620',
'secondary': '#1C2A3A',
'primary': '#3E5C7E',
'accent': '#7FA0C0',
'surface': '#DCE6F0',
},
}
{
"nordic-night": {
"text": {
"value": "#0E1620",
"type": "color"
},
"secondary": {
"value": "#1C2A3A",
"type": "color"
},
"primary": {
"value": "#3E5C7E",
"type": "color"
},
"accent": {
"value": "#7FA0C0",
"type": "color"
},
"surface": {
"value": "#DCE6F0",
"type": "color"
}
}
}
{
"text": "#0E1620",
"secondary": "#1C2A3A",
"primary": "#3E5C7E",
"accent": "#7FA0C0",
"surface": "#DCE6F0"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0E1620 #1C2A3A #3E5C7E #7FA0C0 #DCE6F0