267A combination of 4 colorsVol. Ⅰ
Pair contrastWCAG 2 — can one color carry text on the other?
Cream Yellow × Blue3.27 : 1large text only
Yellow Orange × Blue2.52 : 1fails WCAG
Cream Yellow × Benzol Green2.21 : 1fails WCAG
Yellow Orange × Benzol Green1.70 : 1fails WCAG
Benzol Green × Blue1.48 : 1fails WCAG
Cream Yellow × Yellow Orange1.30 : 1fails WCAG
Take the palette with you
:root {
--cream-yellow: #fdbf68;
--yellow-orange: #f99d1b;
--benzol-green: #00978d;
--blue: #006eb8;
}