
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 two ends of the palette live in the air, not on any object: the deep blue along the top edge measures L 0.62, chroma 0.158, and less than three-tenths of the frame's height below it the same sky arrives at the cloud core, L 0.98, chroma 0.015 — one sky owning both the lightness extreme and the chroma extreme. The five patches of red sandstone measured here run from L 0.42 to 0.54 and yet hold chroma between 0.064 and 0.102 throughout; none of them ever touches an end. Hand the extremes to the surface with no edges, and identity is what stays available to the things that have them.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Quahuacan Cliff under Cumulus · Quahuacan Cliff under Cumulus — Teyvat Palette */
:root {
--zenith-blue: oklch(0.62 0.158 260); /* Zenith Blue #4a84e4 */
--cloud-core: oklch(0.98 0.015 218); /* Cloud Core #eefbff */
--far-mesa-blue: oklch(0.69 0.105 258); /* Far Mesa Blue #729ddc */
--cliff-ochre: oklch(0.51 0.102 326); /* Cliff Ochre #845085 */
--terrace-green: oklch(0.64 0.078 118); /* Terrace Green #88935c */
--balloon-drab: oklch(0.54 0.038 320); /* Balloon Drab #79687d */
--gradient-quahuacan-cliff: linear-gradient(180deg, oklch(0.62 0.158 260) 0%, oklch(0.98 0.015 218) 26%, oklch(0.69 0.105 258) 44%, oklch(0.64 0.078 118) 62%, oklch(0.51 0.102 326) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.