Slate-blue neutrals with a single cold accent. Scandinavian restraint: the accent shows up once per screen, on the thing you are meant to click.
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: #20262E;
--secondary: #3E4B59;
--accent: #7C8DA1;
--primary: #4C86C6;
--surface: #EEF1F4;
}
$nordic-minimal-text: #20262E; $nordic-minimal-secondary: #3E4B59; $nordic-minimal-accent: #7C8DA1; $nordic-minimal-primary: #4C86C6; $nordic-minimal-surface: #EEF1F4;
// tailwind.config.js — theme.extend.colors
colors: {
'nordic-minimal': {
'text': '#20262E',
'secondary': '#3E4B59',
'accent': '#7C8DA1',
'primary': '#4C86C6',
'surface': '#EEF1F4',
},
}
{
"nordic-minimal": {
"text": {
"value": "#20262E",
"type": "color"
},
"secondary": {
"value": "#3E4B59",
"type": "color"
},
"accent": {
"value": "#7C8DA1",
"type": "color"
},
"primary": {
"value": "#4C86C6",
"type": "color"
},
"surface": {
"value": "#EEF1F4",
"type": "color"
}
}
}
{
"text": "#20262E",
"secondary": "#3E4B59",
"accent": "#7C8DA1",
"primary": "#4C86C6",
"surface": "#EEF1F4"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #20262E #3E4B59 #7C8DA1 #4C86C6 #EEF1F4