Low-chroma teals lower the temperature of anxious moments. Surfaces stay near-white; the darkest tone is reserved for text.
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: #0F2A2E;
--accent: #17575E;
--primary: #4FA8A0;
--secondary: #BFE3DC;
--surface: #F2FAF8;
}
$clinical-calm-text: #0F2A2E; $clinical-calm-accent: #17575E; $clinical-calm-primary: #4FA8A0; $clinical-calm-secondary: #BFE3DC; $clinical-calm-surface: #F2FAF8;
// tailwind.config.js — theme.extend.colors
colors: {
'clinical-calm': {
'text': '#0F2A2E',
'accent': '#17575E',
'primary': '#4FA8A0',
'secondary': '#BFE3DC',
'surface': '#F2FAF8',
},
}
{
"clinical-calm": {
"text": {
"value": "#0F2A2E",
"type": "color"
},
"accent": {
"value": "#17575E",
"type": "color"
},
"primary": {
"value": "#4FA8A0",
"type": "color"
},
"secondary": {
"value": "#BFE3DC",
"type": "color"
},
"surface": {
"value": "#F2FAF8",
"type": "color"
}
}
}
{
"text": "#0F2A2E",
"accent": "#17575E",
"primary": "#4FA8A0",
"secondary": "#BFE3DC",
"surface": "#F2FAF8"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0F2A2E #17575E #4FA8A0 #BFE3DC #F2FAF8