288A combination of 4 colorsVol. Ⅰ
Pair contrastWCAG 2 — can one color carry text on the other?
Yellow Orange × Black8.75 : 1AAA
Yellow Orange × Sepia3.84 : 1large text only
Yellow Orange × Taupe Brown3.54 : 1large text only
Taupe Brown × Black2.47 : 1fails WCAG
Sepia × Black2.28 : 1fails WCAG
Sepia × Taupe Brown1.09 : 1fails WCAG
Take the palette with you
:root {
--yellow-orange: #f99d1b;
--sepia: #644b1e;
--taupe-brown: #7a4456;
--black: #111314;
}