041A combination of 4 colorsVol. Ⅱ· July
Pair contrastWCAG 2 — can one color carry text on the other?
Sepia × White8.18 : 1AAA
Cobalt Green × Sepia4.67 : 1AA
Peacock Blue × White3.72 : 1large text only
Peacock Blue × Sepia2.20 : 1fails WCAG
Cobalt Green × Peacock Blue2.12 : 1fails WCAG
Cobalt Green × White1.75 : 1fails WCAG
Take the palette with you
:root {
--cobalt-green: #96d1aa;
--peacock-blue: #00939b;
--sepia: #644b1e;
--white: #ffffff;
}