
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 frame does not need four sides — one will do, provided it steps away on a single axis and only that one. The top 15% measures chroma 0.121 against the centre's 0.073 (1.66×), while the other three edges — 0.073 / 0.075 / 0.086 — stay pinned to the centre; and that same top edge is L 0.69 against the centre's 0.70, slightly darker. This frame is drawn in chroma, and has nothing to do with light and dark.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Windwail Highland under a Clear Zenith · Windwail Highland under a Clear Zenith — Teyvat Palette */
:root {
--zenith-blue: oklch(0.63 0.131 243); /* Zenith Blue #3191d1 */
--horizon-haze: oklch(0.9 0.067 223); /* Horizon Haze #aee9ff */
--town-in-haze: oklch(0.8 0.097 231); /* Town in Haze #79c9f1 */
--terrace-green: oklch(0.76 0.078 143); /* Terrace Green #94be91 */
--near-cliff: oklch(0.45 0.073 250); /* Near Cliff #34587c */
--manor-red: oklch(0.67 0.055 353); /* Manor Red #b18898 */
--gradient-windwail-highland: linear-gradient(180deg, oklch(0.63 0.131 243) 0%, oklch(0.9 0.067 223) 24%, oklch(0.76 0.078 143) 52%, oklch(0.58 0.066 214) 78%, oklch(0.45 0.073 250) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.