
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.
Area and top-of-the-range bulk can be awarded to two different hue families without a single chroma statistic changing: blue holds 529,098 pixels against green's 115,260 (4.6 times), and the two families average chroma 0.083 and 0.084. Yet of the 4000 most saturated pixels, green takes 3,244 and blue only 573. The ground colour is set by area, the focus by how thick the cluster pressed against the ceiling is — and here those two run opposite ways.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Lisha in Golden Daylight · Lisha in Golden Daylight — Teyvat Palette */
:root {
--zenith-blue: oklch(0.64 0.129 241); /* Zenith Blue #3195d3 */
--cumulus-white: oklch(0.97 0.031 208); /* Cumulus White #defcff */
--karst-grey: oklch(0.76 0.046 224); /* Karst Grey #92b8c7 */
--bay-teal: oklch(0.7 0.095 193); /* Bay Teal #4ab1af */
--slope-green: oklch(0.73 0.084 131); /* Slope Green #95b37b */
--crown-gold: oklch(0.88 0.149 99); /* Crown Gold #f0d957 */
--gradient-lisha: linear-gradient(180deg, oklch(0.64 0.129 241) 0%, oklch(0.97 0.031 208) 18%, oklch(0.76 0.046 224) 40%, oklch(0.73 0.084 131) 62%, oklch(0.88 0.149 99) 82%, oklch(0.7 0.095 193) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.