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 {
--surface: #F4F1EC;
--primary: #D8D2C7;
--accent: #A8A29A;
--secondary: #5E5B55;
--text: #2E2C28;
}
$scandi-minimal-surface: #F4F1EC; $scandi-minimal-primary: #D8D2C7; $scandi-minimal-accent: #A8A29A; $scandi-minimal-secondary: #5E5B55; $scandi-minimal-text: #2E2C28;
// tailwind.config.js — theme.extend.colors
colors: {
'scandi-minimal': {
'surface': '#F4F1EC',
'primary': '#D8D2C7',
'accent': '#A8A29A',
'secondary': '#5E5B55',
'text': '#2E2C28',
},
}
{
"scandi-minimal": {
"surface": {
"value": "#F4F1EC",
"type": "color"
},
"primary": {
"value": "#D8D2C7",
"type": "color"
},
"accent": {
"value": "#A8A29A",
"type": "color"
},
"secondary": {
"value": "#5E5B55",
"type": "color"
},
"text": {
"value": "#2E2C28",
"type": "color"
}
}
}
{
"surface": "#F4F1EC",
"primary": "#D8D2C7",
"accent": "#A8A29A",
"secondary": "#5E5B55",
"text": "#2E2C28"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #F4F1EC #D8D2C7 #A8A29A #5E5B55 #2E2C28