Sage and oat lower the pulse of an anxious moment. There is no hard black — the darkest tone is a soft forest, so nothing on the screen feels sharp.
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: #26332A;
--accent: #4E6A54;
--primary: #8FA98A;
--secondary: #D6E0C8;
--surface: #F6F8F1;
}
$wellness-sage-text: #26332A; $wellness-sage-accent: #4E6A54; $wellness-sage-primary: #8FA98A; $wellness-sage-secondary: #D6E0C8; $wellness-sage-surface: #F6F8F1;
// tailwind.config.js — theme.extend.colors
colors: {
'wellness-sage': {
'text': '#26332A',
'accent': '#4E6A54',
'primary': '#8FA98A',
'secondary': '#D6E0C8',
'surface': '#F6F8F1',
},
}
{
"wellness-sage": {
"text": {
"value": "#26332A",
"type": "color"
},
"accent": {
"value": "#4E6A54",
"type": "color"
},
"primary": {
"value": "#8FA98A",
"type": "color"
},
"secondary": {
"value": "#D6E0C8",
"type": "color"
},
"surface": {
"value": "#F6F8F1",
"type": "color"
}
}
}
{
"text": "#26332A",
"accent": "#4E6A54",
"primary": "#8FA98A",
"secondary": "#D6E0C8",
"surface": "#F6F8F1"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #26332A #4E6A54 #8FA98A #D6E0C8 #F6F8F1