Color palette
Blush Nude
soft · warm · minimal · orange, red
Contrast ratios are each swatch against its best of black/white text. AA = WCAG normal-text pass (≥ 4.5:1).
CSS variables
:root {
--color-1: #F6E7E0;
--color-2: #EAD5C8;
--color-3: #D8B4A0;
--color-4: #C99789;
--color-5: #A56C5A;
} Tailwind
theme: {
colors: {
'c1': '#F6E7E0',
'c2': '#EAD5C8',
'c3': '#D8B4A0',
'c4': '#C99789',
'c5': '#A56C5A',
}
} JSON
[ "#F6E7E0", "#EAD5C8", "#D8B4A0", "#C99789", "#A56C5A" ]