241A combination of 4 colorsVol. Ⅰ
Pair contrastWCAG 2 — can one color carry text on the other?
Pale Lemon Yellow × Dark Medici Blue4.60 : 1AA
Red Orange × Pale Lemon Yellow3.76 : 1large text only
Isabella Color × Dark Medici Blue2.27 : 1fails WCAG
Pale Lemon Yellow × Isabella Color2.03 : 1fails WCAG
Red Orange × Isabella Color1.86 : 1fails WCAG
Red Orange × Dark Medici Blue1.22 : 1fails WCAG
Take the palette with you
:root {
--red-orange: #dd4027;
--pale-lemon-yellow: #ffefae;
--isabella-color: #c5a56e;
--dark-medici-blue: #547076;
}