Color palette
Berry Smoothie
warm · bold · red, pink
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: #590D22;
--color-2: #A4133C;
--color-3: #FF4D6D;
--color-4: #FF8FA3;
--color-5: #FFCCD5;
} Tailwind
theme: {
colors: {
'c1': '#590D22',
'c2': '#A4133C',
'c3': '#FF4D6D',
'c4': '#FF8FA3',
'c5': '#FFCCD5',
}
} JSON
[ "#590D22", "#A4133C", "#FF4D6D", "#FF8FA3", "#FFCCD5" ]