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 {
--accent: #84A98C;
--primary: #A7C4A0;
--surface: #CAD2C5;
--secondary: #52796F;
--text: #354F52;
}
$muted-sage-accent: #84A98C; $muted-sage-primary: #A7C4A0; $muted-sage-surface: #CAD2C5; $muted-sage-secondary: #52796F; $muted-sage-text: #354F52;
// tailwind.config.js — theme.extend.colors
colors: {
'muted-sage': {
'accent': '#84A98C',
'primary': '#A7C4A0',
'surface': '#CAD2C5',
'secondary': '#52796F',
'text': '#354F52',
},
}
{
"muted-sage": {
"accent": {
"value": "#84A98C",
"type": "color"
},
"primary": {
"value": "#A7C4A0",
"type": "color"
},
"surface": {
"value": "#CAD2C5",
"type": "color"
},
"secondary": {
"value": "#52796F",
"type": "color"
},
"text": {
"value": "#354F52",
"type": "color"
}
}
}
{
"accent": "#84A98C",
"primary": "#A7C4A0",
"surface": "#CAD2C5",
"secondary": "#52796F",
"text": "#354F52"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #84A98C #A7C4A0 #CAD2C5 #52796F #354F52