
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.
The same event reverses sign over a dark ground. This canopy's lit half measures L 0.40, chroma 0.131 — both brighter and deeper than its shaded half at L 0.34, chroma 0.096. The cherry in 〈Royal Hot Springs in Blazing Daylight〉 does the opposite when lit: 0.109 falls to 0.102. The mossed tree coiled at the centre of the frame returns the same sign — lit moss at L 0.75, chroma 0.141, shaded moss inside the ring at L 0.37, chroma 0.034. So being lit has no direction of its own. In a bright field it is bleach; in a dark one it is the only dye.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Depths of Mt. Yougou, Blossoms in the Gloom · Depths of Mt. Yougou, Blossoms in the Gloom — Teyvat Palette */
:root {
--lit-blossom: oklch(0.4 0.131 319); /* Lit Blossom #642a73 */
--shaded-blossom: oklch(0.34 0.096 304); /* Dark Blossom #432860 */
--lit-moss: oklch(0.75 0.141 123); /* Lit Moss #9dbc4f */
--shaded-moss: oklch(0.37 0.034 142); /* Shaded Moss #364434 */
--hollow-blue: oklch(0.3 0.04 263); /* Hollow Blue #232e42 */
--unlit-earth: oklch(0.27 0.016 84); /* Unlit Earth #2a261e */
--gradient-depths-of-mt-yougou: linear-gradient(180deg, oklch(0.4 0.131 319) 0%, oklch(0.34 0.096 304) 16%, oklch(0.75 0.141 123) 36%, oklch(0.37 0.034 142) 56%, oklch(0.3 0.04 263) 78%, oklch(0.27 0.016 84) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.