
Click a swatch to copy its HEX; hover for the OKLCH value.
The gradient distilled from the scene, unrolled left to right by stop; the authored angle is 180° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
To make a picture read clear, don't lower the saturation — lower its area. Belleau's ceiling is not low at all: the sky directly overhead measures chroma 0.163, only 0.012 below the frame's peak of 0.175. But that top step is laid along the upper edge alone, and every other square inch is handed to the cumulus at 0.072 and to the cyan band at 0.073, which covers 10.21% of the frame — so the median chroma stops at 0.093. Same Fontaine, same family of blue, and Liffey's median is 0.121 while the two chroma p99 figures are 0.164 against 0.160: the ceiling is given by the light, the median by the composition.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Belleau Region in Limpid Daylight · Belleau Region in Limpid Daylight — Teyvat Palette */
:root {
--zenith-blue: oklch(0.69 0.163 252); /* Zenith Blue #449efc */
--cumulus-blue: oklch(0.87 0.072 239); /* Cumulus Blue #a9dcff */
--aqueduct-blue: oklch(0.78 0.093 245); /* Aqueduct Blue-Grey #84beef */
--isle-cyan: oklch(0.75 0.071 203); /* Isle Cyan #76bcc2 */
--deep-bay: oklch(0.61 0.109 232); /* Deep Bay #2c8eb9 */
--gradient-belleau-region: linear-gradient(180deg, oklch(0.69 0.163 252) 0%, oklch(0.87 0.072 239) 20%, oklch(0.78 0.093 245) 55%, oklch(0.75 0.071 203) 76%, oklch(0.61 0.109 232) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.