
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 200° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
Before laying down a large neutral surface, ask whether it is material or air — and the way to ask is to measure the same thing at its near end and its far end. The white basin here measures chroma 0.024 / L 0.81 near and 0.016 / L 0.79 far. In Mt. Damavand behind a Curtain of Dust, written in the same batch, the same sandstone measures 0.056 / L 0.63 near and 0.019 / L 0.82 on the furthest ridge. Material grey is already grey at the closest point; air grey only becomes grey at the furthest. So the Nursery's 37.19% achromatic is 2.3 times Damavand's 16.43%, and yet its chroma ceiling of 0.139 stands 0.052 higher. Material grey you may spread freely; every tenth of the frame given to air grey drops the whole picture's chroma ceiling a step.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Lost Nursery, a Break in the Mist · Lost Nursery, a Break in the Mist — Teyvat Palette */
:root {
--bone-basin: oklch(0.81 0.024 73); /* Bone Basin #cbbfb0 */
--far-basin: oklch(0.79 0.016 183); /* Far Basin Grey #b0bebb */
--dead-timber: oklch(0.73 0.013 244); /* Dead Timber #a1a9af */
--rock-spine: oklch(0.7 0.021 294); /* Rock Spine #9f9cab */
--slope-grass: oklch(0.79 0.111 111); /* Slope Grass #bdc16a */
--valley-mist: oklch(0.77 0.07 233); /* Valley Mist #87bcda */
--gradient-lost-nursery: linear-gradient(200deg, oklch(0.77 0.07 233) 0%, oklch(0.79 0.016 183) 26%, oklch(0.7 0.021 294) 44%, oklch(0.73 0.013 244) 58%, oklch(0.81 0.024 73) 76%, oklch(0.79 0.111 111) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.