Palette guide
How to use the White, Soft Green and Green Green Palette
Use the lightest color for backgrounds or open space, the darkest color for readable text and strong outlines, and the middle tones for surfaces, illustrations, or supporting elements. Reserve the most distinctive shade for accents and calls to action.
Test text and interface controls against their final backgrounds before publishing. Color appearance and contrast can change with font size, screen brightness, and surrounding colors.
CSS variables
:root {
--color-1: #E4F1E6;
--color-2: #BFD9C4;
--color-3: #8CB69C;
--color-4: #567B65;
}