Color palette
Wine Cellar
moody · warm · vintage · red, orange
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: #2B0A0A;
--color-2: #5C0E0E;
--color-3: #7B2D26;
--color-4: #A4493D;
--color-5: #3A2618;
} Tailwind
theme: {
colors: {
'c1': '#2B0A0A',
'c2': '#5C0E0E',
'c3': '#7B2D26',
'c4': '#A4493D',
'c5': '#3A2618',
}
} JSON
[ "#2B0A0A", "#5C0E0E", "#7B2D26", "#A4493D", "#3A2618" ]