Sky, cotton-candy and butter, kept legible by a soft charcoal ink. Pastels fail when they carry text — so here they never do; the ink 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: #33303A;
--secondary: #8CB8E8;
--accent: #F4A6C6;
--primary: #F7E08A;
--surface: #FBF7F2;
}
$cotton-pastel-text: #33303A; $cotton-pastel-secondary: #8CB8E8; $cotton-pastel-accent: #F4A6C6; $cotton-pastel-primary: #F7E08A; $cotton-pastel-surface: #FBF7F2;
// tailwind.config.js — theme.extend.colors
colors: {
'cotton-pastel': {
'text': '#33303A',
'secondary': '#8CB8E8',
'accent': '#F4A6C6',
'primary': '#F7E08A',
'surface': '#FBF7F2',
},
}
{
"cotton-pastel": {
"text": {
"value": "#33303A",
"type": "color"
},
"secondary": {
"value": "#8CB8E8",
"type": "color"
},
"accent": {
"value": "#F4A6C6",
"type": "color"
},
"primary": {
"value": "#F7E08A",
"type": "color"
},
"surface": {
"value": "#FBF7F2",
"type": "color"
}
}
}
{
"text": "#33303A",
"secondary": "#8CB8E8",
"accent": "#F4A6C6",
"primary": "#F7E08A",
"surface": "#FBF7F2"
}
/* Paste into Canva → Brand Kit → Brand Colors */ #33303A #8CB8E8 #F4A6C6 #F7E08A #FBF7F2