
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 200° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
In a high-key picture, "black" is relative: that cliff on the left, which reads as black, measures L 0.63 — only 0.20 below the frame's median of 0.83, and even the darkest 1% still reaches 0.52. To hold a bright picture down you do not need black, you need one surface 0.2 below its neighbours.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Qiongji Estuary at Noon · Qiongji Estuary at Noon — Teyvat Palette */
:root {
--cliff-slate: oklch(0.63 0.065 227); /* Cliff Slate #5d91a8 */
--shoal-teal: oklch(0.85 0.068 170); /* Shoal Teal #a1ddc7 */
--meadow-green: oklch(0.77 0.099 131); /* Meadow Green #9ec27e */
--canopy-gold: oklch(0.86 0.114 109); /* Canopy Gold #d7d77c */
--sky-wash: oklch(0.92 0.054 217); /* Sky Wash #bdeefc */
--gradient-qiongji-estuary: linear-gradient(200deg, oklch(0.92 0.054 217) 0%, oklch(0.85 0.068 170) 34%, oklch(0.77 0.099 131) 72%, oklch(0.63 0.065 227) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.