
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 175° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
Carry the opposite colour into the dominant mass: the sky (254°, 40% of the frame) and the red rock (37°, 21%) sit 143° apart at no small chroma — and the bands flowing across the cliff face measure 231°, only 23° from the sky. What makes two colliding halves one picture rather than two posters is that one half has borrowed the other's colour.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Coatepec Mountain under a Blazing Sun · Coatepec Mountain under a Blazing Sun — Teyvat Palette */
:root {
--noon-blue: oklch(0.67 0.147 254); /* Noon Blue #4f97ed */
--mesa-ochre: oklch(0.57 0.098 37); /* Mesa Ochre #a9614d */
--banded-teal: oklch(0.7 0.068 231); /* Banded Teal #72a7c1 */
--dry-gold: oklch(0.55 0.092 72); /* Dry Gold #93682e */
--crimson-crown: oklch(0.57 0.081 331); /* Crimson Crown #93668d */
--gradient-coatepec-mountain: linear-gradient(175deg, oklch(0.67 0.147 254) 0%, oklch(0.7 0.068 231) 32%, oklch(0.57 0.098 37) 68%, oklch(0.457 0.074 41.6) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.