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 170° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
Adjacent hues plus a lightness ladder make aerial perspective; the single warm colour, an ochre rock, appears across less than 5% of the frame and brings the whole painting alive — the emptiness and the finishing stroke of Chinese landscape painting, translated into colour.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Jueyun Karst at Dawn · Jueyun Karst at Dawn — Teyvat Palette */
:root {
--mist-white: oklch(0.92 0.015 200); /* Cloud Mist White #dae8e8 */
--celadon: oklch(0.75 0.07 195); /* Celadon #77bcbc */
--pine-jade: oklch(0.58 0.08 188); /* Turquoise Green #378a83 */
--ochre-cliff: oklch(0.58 0.08 60); /* Ochre Rock #9d6f48 */
--indigo-peak: oklch(0.4 0.055 225); /* Ink Mountain #224e5e */
--gradient-liyue-jueyunjian-dawn: linear-gradient(170deg, oklch(0.88 0.03 210) 0%, oklch(0.78 0.06 195) 35%, oklch(0.62 0.08 190) 60%, oklch(0.45 0.06 215) 82%, oklch(0.36 0.05 225) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.