Cool greys wash over a single muted teal — the quiet a booking screen needs. The teal shows up only on the primary action, so nothing competes with the calm.
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: #1E2A2E;
--accent: #3D555C;
--primary: #6E9CA3;
--secondary: #BCD6D9;
--surface: #F0F6F6;
}
$coastal-fog-text: #1E2A2E; $coastal-fog-accent: #3D555C; $coastal-fog-primary: #6E9CA3; $coastal-fog-secondary: #BCD6D9; $coastal-fog-surface: #F0F6F6;
// tailwind.config.js — theme.extend.colors
colors: {
'coastal-fog': {
'text': '#1E2A2E',
'accent': '#3D555C',
'primary': '#6E9CA3',
'secondary': '#BCD6D9',
'surface': '#F0F6F6',
},
}
{
"coastal-fog": {
"text": {
"value": "#1E2A2E",
"type": "color"
},
"accent": {
"value": "#3D555C",
"type": "color"
},
"primary": {
"value": "#6E9CA3",
"type": "color"
},
"secondary": {
"value": "#BCD6D9",
"type": "color"
},
"surface": {
"value": "#F0F6F6",
"type": "color"
}
}
}
{
"text": "#1E2A2E",
"accent": "#3D555C",
"primary": "#6E9CA3",
"secondary": "#BCD6D9",
"surface": "#F0F6F6"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #1E2A2E #3D555C #6E9CA3 #BCD6D9 #F0F6F6