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 178° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
A textbook warm-cold collision: the sky slides from teal all the way to golden orange, crossing nearly 180° of hue, and yet lightness rises monotonically while saturation is not released until the horizon — so the collision neither muddies nor stifles.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Windrise at Dusk · Windrise at Dusk — Teyvat Palette */
:root {
--sunset-gold: oklch(0.8 0.13 70); /* Sunset Gold #f3ae58 */
--afterglow-orange: oklch(0.7 0.15 45); /* Afterglow Orange #e97c48 */
--rose-dusk: oklch(0.66 0.11 15); /* Rose Pink #cc757c */
--twilight-mauve: oklch(0.55 0.07 315); /* Dusk Violet #81658e */
--dusk-teal: oklch(0.45 0.06 235); /* Dusk Blue #315b72 */
--gradient-mondstadt-windrise-dusk: linear-gradient(178deg, oklch(0.45 0.06 235) 0%, oklch(0.58 0.075 300) 38%, oklch(0.68 0.11 15) 66%, oklch(0.74 0.13 45) 85%, oklch(0.8 0.13 70) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.