261A combination of 4 colorsVol. Ⅰ
Pair contrastWCAG 2 — can one color carry text on the other?
Red × Pale Lemon Yellow6.19 : 1AA
Red × Calamine Blue3.89 : 1large text only
Red × Warm Gray2.79 : 1fails WCAG
Pale Lemon Yellow × Warm Gray2.22 : 1fails WCAG
Pale Lemon Yellow × Calamine Blue1.59 : 1fails WCAG
Calamine Blue × Warm Gray1.39 : 1fails WCAG
Take the palette with you
:root {
--red: #a72144;
--pale-lemon-yellow: #ffefae;
--calamine-blue: #78cdd0;
--warm-gray: #a1a39a;
}