Wellbeing without the clinical teal: a warm coral does the caring and a blush softens the edges, while red is kept out of the way so it can still mean stop. Near-white surfaces keep it gentle.
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: #211815;
--secondary: #3D2E28;
--primary: #E58B78;
--accent: #F4C3B5;
--surface: #FBF0EC;
}
$coral-wellness-text: #211815; $coral-wellness-secondary: #3D2E28; $coral-wellness-primary: #E58B78; $coral-wellness-accent: #F4C3B5; $coral-wellness-surface: #FBF0EC;
// tailwind.config.js — theme.extend.colors
colors: {
'coral-wellness': {
'text': '#211815',
'secondary': '#3D2E28',
'primary': '#E58B78',
'accent': '#F4C3B5',
'surface': '#FBF0EC',
},
}
{
"coral-wellness": {
"text": {
"value": "#211815",
"type": "color"
},
"secondary": {
"value": "#3D2E28",
"type": "color"
},
"primary": {
"value": "#E58B78",
"type": "color"
},
"accent": {
"value": "#F4C3B5",
"type": "color"
},
"surface": {
"value": "#FBF0EC",
"type": "color"
}
}
}
{
"text": "#211815",
"secondary": "#3D2E28",
"primary": "#E58B78",
"accent": "#F4C3B5",
"surface": "#FBF0EC"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #211815 #3D2E28 #E58B78 #F4C3B5 #FBF0EC