259A combination of 4 colorsVol. Ⅰ
Pair contrastWCAG 2 — can one color carry text on the other?
Lemon Yellow × Helvetia Blue5.97 : 1AA
Lemon Yellow × Green Blue3.12 : 1large text only
Helvetia Blue × Warm Gray2.85 : 1fails WCAG
Lemon Yellow × Warm Gray2.09 : 1fails WCAG
Green Blue × Helvetia Blue1.91 : 1fails WCAG
Green Blue × Warm Gray1.49 : 1fails WCAG
Take the palette with you
:root {
--lemon-yellow: #f8ed43;
--green-blue: #099197;
--helvetia-blue: #005b8d;
--warm-gray: #a1a39a;
}