Color palette
Matcha
vintage · soft · cool · green, yellow
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: #283618;
--color-2: #606C38;
--color-3: #A3B18A;
--color-4: #DAD7CD;
--color-5: #FEFAE0;
} Tailwind
theme: {
colors: {
'c1': '#283618',
'c2': '#606C38',
'c3': '#A3B18A',
'c4': '#DAD7CD',
'c5': '#FEFAE0',
}
} JSON
[ "#283618", "#606C38", "#A3B18A", "#DAD7CD", "#FEFAE0" ]