
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 first way to live with an empty seat is to hand the focus to something that is not on the wheel at all: the slope at 143° and the sky at 244° are 101° apart, which puts the equidistant point at 13.5°, and yet 330°–60° holds only 315 pixels in the whole frame (0.036%), with chroma topping out at 0.080 — nobody is sitting on that degree. Instead, 3937 of the 4000 brightest pixels crowd into a single cell of cloud at the right edge, L 1.00, C 0.000. Achromatic is not on the wheel, so it owes no hue to either family; the gap between two large colours can stay empty, because a genuine white can cut in from any angle.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Windrest Peak under Drifting Cloud · Windrest Peak under Drifting Cloud — Teyvat Palette */
:root {
--zenith-blue: oklch(0.63 0.19 262); /* Zenith Blue #4582fa */
--cumulus-white: oklch(0.97 0.01 250); /* Cumulus White #f0f6fc */
--mist-water: oklch(0.76 0.07 192); /* Mist and Water #7bc0bc */
--island-rock: oklch(0.54 0.097 234); /* Island Rock #27779e */
--slope-green: oklch(0.76 0.164 143); /* Slope Green #6bcb67 */
--dandelion: oklch(0.9 0.134 101); /* Dandelion Yellow #f1e171 */
--gradient-windrest-peak: linear-gradient(180deg, oklch(0.63 0.19 262) 0%, oklch(0.97 0.01 250) 30%, oklch(0.54 0.097 234) 48%, oklch(0.76 0.07 192) 72%, oklch(0.76 0.164 143) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.