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: #3E4A3A;
--accent: #6E7B5E;
--primary: #9DAE86;
--secondary: #C9CDB0;
--surface: #EFEDDC;
}
$sage-cream-text: #3E4A3A; $sage-cream-accent: #6E7B5E; $sage-cream-primary: #9DAE86; $sage-cream-secondary: #C9CDB0; $sage-cream-surface: #EFEDDC;
// tailwind.config.js — theme.extend.colors
colors: {
'sage-cream': {
'text': '#3E4A3A',
'accent': '#6E7B5E',
'primary': '#9DAE86',
'secondary': '#C9CDB0',
'surface': '#EFEDDC',
},
}
{
"sage-cream": {
"text": {
"value": "#3E4A3A",
"type": "color"
},
"accent": {
"value": "#6E7B5E",
"type": "color"
},
"primary": {
"value": "#9DAE86",
"type": "color"
},
"secondary": {
"value": "#C9CDB0",
"type": "color"
},
"surface": {
"value": "#EFEDDC",
"type": "color"
}
}
}
{
"text": "#3E4A3A",
"accent": "#6E7B5E",
"primary": "#9DAE86",
"secondary": "#C9CDB0",
"surface": "#EFEDDC"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #3E4A3A #6E7B5E #9DAE86 #C9CDB0 #EFEDDC