Color palette
Neon Night
bold · moody · blue, red, pink, purple, 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: #2B2D42;
--color-2: #EF233C;
--color-3: #F72585;
--color-4: #7209B7;
--color-5: #4CC9F0;
} Tailwind
theme: {
colors: {
'c1': '#2B2D42',
'c2': '#EF233C',
'c3': '#F72585',
'c4': '#7209B7',
'c5': '#4CC9F0',
}
} JSON
[ "#2B2D42", "#EF233C", "#F72585", "#7209B7", "#4CC9F0" ]