Color palette
Sand Stone
minimal · soft · warm · orange, neutral
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: #FAF8F5;
--color-2: #EDE7DE;
--color-3: #D6C9B8;
--color-4: #A8998A;
--color-5: #6B5E50;
} Tailwind
theme: {
colors: {
'c1': '#FAF8F5',
'c2': '#EDE7DE',
'c3': '#D6C9B8',
'c4': '#A8998A',
'c5': '#6B5E50',
}
} JSON
[ "#FAF8F5", "#EDE7DE", "#D6C9B8", "#A8998A", "#6B5E50" ]