Color palette
Faded Denim
vintage · cool · soft · blue, teal
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: #3D5A80;
--color-2: #5C7A99;
--color-3: #98C1D9;
--color-4: #E0FBFC;
--color-5: #293241;
} Tailwind
theme: {
colors: {
'c1': '#3D5A80',
'c2': '#5C7A99',
'c3': '#98C1D9',
'c4': '#E0FBFC',
'c5': '#293241',
}
} JSON
[ "#3D5A80", "#5C7A99", "#98C1D9", "#E0FBFC", "#293241" ]