053A combination of 4 colorsVol. Ⅱ· September
Pair contrastWCAG 2 — can one color carry text on the other?
Dusky Green × Yellow Green5.66 : 1AA
Cossack Green × Yellow Green3.16 : 1large text only
Spectrum Red × Yellow Green2.78 : 1fails WCAG
Dusky Green × Spectrum Red2.03 : 1fails WCAG
Dusky Green × Cossack Green1.79 : 1fails WCAG
Cossack Green × Spectrum Red1.14 : 1fails WCAG
Take the palette with you
:root {
--dusky-green: #004f46;
--cossack-green: #437742;
--spectrum-red: #e31f26;
--yellow-green: #afd472;
}