
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 190° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
Whether area gets to decide the dominant colour has a threshold, and it is a ratio: 150°–180° holds 282,997 pixels here, 89% more than the 149,431 in 120°–150°. Yet of the 4000 most chromatic pixels the first band takes only 353 and the second 3,487 — that extra four fifths of area bought no votes at all. In 〈Lisha in Golden Daylight〉 a 4.6× area held down the top-end volume; the 1.89× here does not. When you audit a palette, do not let area name the dominant colour unless it leads by more than double.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Chunming Teaworks in Verdant Daylight · Chunming Teaworks in Verdant Daylight — Teyvat Palette */
:root {
--tea-terrace-green: oklch(0.68 0.134 143); /* Tea-Terrace Green #62ad5f */
--canopy-teal: oklch(0.59 0.087 179); /* Canopy Teal #378e7e */
--far-cliff-slate: oklch(0.5 0.058 198); /* Far-Cliff Slate #376e6f */
--stone-step: oklch(0.59 0.056 160); /* Stone Step #608872 */
--roof-slate: oklch(0.51 0.036 216); /* Roof Slate #4f6c73 */
--plaster-white: oklch(0.91 0.021 119); /* Plaster White #dfe4d4 */
--gradient-chunming-teaworks: linear-gradient(190deg, oklch(0.5 0.058 198) 0%, oklch(0.51 0.036 216) 18%, oklch(0.59 0.087 179) 38%, oklch(0.91 0.021 119) 58%, oklch(0.59 0.056 160) 76%, oklch(0.68 0.134 143) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.