340A combination of 4 colorsVol. Ⅰ
Pair contrastWCAG 2 — can one color carry text on the other?
Neutral Gray × Black9.95 : 1AAA
Sea Green × Black7.10 : 1AAA
Peach Red × Black5.54 : 1AA
Peach Red × Neutral Gray1.80 : 1fails WCAG
Sea Green × Neutral Gray1.40 : 1fails WCAG
Peach Red × Sea Green1.28 : 1fails WCAG
Take the palette with you
:root {
--peach-red: #f15a30;
--sea-green: #00b49b;
--neutral-gray: #b6bfc1;
--black: #111314;
}