224A combination of 4 colorsVol. Ⅱ· Others
Design by 荒木明
Pair contrastWCAG 2 — can one color carry text on the other?
White × Green3.39 : 1large text only
Apricot Yellow × Green2.52 : 1fails WCAG
Mineral Gray × White2.25 : 1fails WCAG
Mineral Gray × Apricot Yellow1.67 : 1fails WCAG
Mineral Gray × Green1.51 : 1fails WCAG
White × Apricot Yellow1.35 : 1fails WCAG
Take the palette with you
:root {
--mineral-gray: #a2b0ad;
--white: #ffffff;
--apricot-yellow: #ffdd00;
--green: #489b6e;
}