
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.
A sky is allowed to hold no extreme at all: this one measures L 0.50, chroma 0.075 — just 0.03 above the frame's lightness median of 0.47 and 0.011 above its chroma median of 0.064, reaching neither end. So 2679 of the brightest 4000 pixels land on the weeping willow at the heart of the basin, and 3978 of the most chromatic ones land on the near woodland. Once the sky steps aside, anything in the picture can climb onto the lightness ceiling and become the light — and once it is the light, its hue stops being worth discussing. The tree everyone reads as golden measures 117°.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Erinnyes Forest at Blue Dusk · Erinnyes Forest at Blue Dusk — Teyvat Palette */
:root {
--dusk-overcast: oklch(0.5 0.075 242); /* Dusk Overcast #3a688a */
--willow-gold: oklch(0.78 0.082 117); /* Willow Gold #b3bf82 */
--basin-mist: oklch(0.77 0.096 142); /* Basin Mist #91c48b */
--near-woods: oklch(0.57 0.103 145); /* Near Woods #4e8750 */
--ridge-blue: oklch(0.43 0.064 234); /* Ridge Blue #28556e */
--slope-shadow: oklch(0.39 0.075 157); /* Slope Shadow #1b5134 */
--gradient-erinnyes-forest: linear-gradient(180deg, oklch(0.5 0.075 242) 0%, oklch(0.43 0.064 234) 20%, oklch(0.78 0.082 117) 42%, oklch(0.77 0.096 142) 56%, oklch(0.57 0.103 145) 76%, oklch(0.39 0.075 157) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.