326A combination of 4 colorsVol. Ⅰ
Pair contrastWCAG 2 — can one color carry text on the other?
Sulpher Yellow × Peach Red2.83 : 1fails WCAG
Peach Red × Yellow Green2.00 : 1fails WCAG
Sulpher Yellow × Night Green1.75 : 1fails WCAG
Peach Red × Night Green1.62 : 1fails WCAG
Sulpher Yellow × Yellow Green1.41 : 1fails WCAG
Yellow Green × Night Green1.24 : 1fails WCAG
Take the palette with you
:root {
--sulpher-yellow: #f5ecc2;
--peach-red: #f15a30;
--yellow-green: #afd472;
--night-green: #87c540;
}