Teal reads as "monitoring", not "alarm". The single coral is reserved strictly for critical states, so red means red and nothing else does.
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: #0D2830;
--secondary: #155E63;
--accent: #3BA9AE;
--primary: #F26D6D;
--surface: #EDF7F7;
}
$vitals-teal-text: #0D2830; $vitals-teal-secondary: #155E63; $vitals-teal-accent: #3BA9AE; $vitals-teal-primary: #F26D6D; $vitals-teal-surface: #EDF7F7;
// tailwind.config.js — theme.extend.colors
colors: {
'vitals-teal': {
'text': '#0D2830',
'secondary': '#155E63',
'accent': '#3BA9AE',
'primary': '#F26D6D',
'surface': '#EDF7F7',
},
}
{
"vitals-teal": {
"text": {
"value": "#0D2830",
"type": "color"
},
"secondary": {
"value": "#155E63",
"type": "color"
},
"accent": {
"value": "#3BA9AE",
"type": "color"
},
"primary": {
"value": "#F26D6D",
"type": "color"
},
"surface": {
"value": "#EDF7F7",
"type": "color"
}
}
}
{
"text": "#0D2830",
"secondary": "#155E63",
"accent": "#3BA9AE",
"primary": "#F26D6D",
"surface": "#EDF7F7"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #0D2830 #155E63 #3BA9AE #F26D6D #EDF7F7