297A combination of 4 colorsVol. Ⅰ
Pair contrastWCAG 2 — can one color carry text on the other?
Yellow Orange × Violet Blue4.33 : 1large text only
Burnt Sienna × Yellow Orange2.45 : 1fails WCAG
Yellow Orange × Olive Green2.43 : 1fails WCAG
Olive Green × Violet Blue1.78 : 1fails WCAG
Burnt Sienna × Violet Blue1.77 : 1fails WCAG
Burnt Sienna × Olive Green1.01 : 1fails WCAG
Take the palette with you
:root {
--burnt-sienna: #ae5224;
--yellow-orange: #f99d1b;
--olive-green: #6b7140;
--violet-blue: #40456a;
}