
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.
"Glowing" does not require a big lead on any single channel. This gate's chroma of 0.054 is only 2.3 times the frame's median of 0.023, and its lightness of 0.48 only 2.1 times the median of 0.23 — both far short of the 5.2× chroma of the floating leaves in Ashveil Peak, Cavern Glow. Yet it is the one thing in this picture that reads as a light source, because in that cavern each candidate held only one channel: the opening took lightness while its chroma of 0.034 sat exactly on the median, and the leaves took chroma while staying as dark as everything around them. Two channels leading by two beats one channel leading by five.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Scions of the Canopy Secret Space, Green Night · Scions of the Canopy Secret Space, Green Night — Teyvat Palette */
:root {
--night-rock-green: oklch(0.21 0.018 122); /* Night-Rock Green #171a10 */
--trunk-teal: oklch(0.28 0.031 192); /* Great-Trunk Teal #152e2d */
--slope-grass: oklch(0.3 0.076 142); /* Slope Grass #143710 */
--gate-blue: oklch(0.48 0.054 257); /* Gate Blue #4a5f7c */
--gate-violet: oklch(0.48 0.089 276); /* Gate-Core Violet #50588f */
--threshold-white: oklch(0.69 0.029 222); /* Threshold White #89a0a8 */
--gradient-tribal-secret-space-scions-of-the-canopy-location-context: linear-gradient(180deg, oklch(0.21 0.018 122) 0%, oklch(0.28 0.031 192) 38%, oklch(0.48 0.054 257) 58%, oklch(0.69 0.029 222) 72%, oklch(0.3 0.076 142) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.