
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.
"Chroma all goes to the things that change" has a precondition: the thing that changes has to be standing in the light. The one plant on this street is the red-leaved tree showing a single corner at the right edge, and it sits in shade (L 0.38 / chroma 0.075 / 341°, peak 0.136) — so the frame's ceiling of 0.140 is picked up by the clay pots on the counter. The two Liyue daylight pictures in the same batch that do have a sunlit plant reach 0.216 and 0.184, and their man-made vermilion tops out at 0.107. To raise a street's chroma ceiling, do not saturate the buildings — you cannot — move the tree into the sun.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Lianfang Dim Sum under a Pale Sun · Lianfang Dim Sum under a Pale Sun — Teyvat Palette */
:root {
--banner-teal: oklch(0.6 0.056 175); /* Banner Teal #5c8b7e */
--whitewash: oklch(0.77 0.024 119); /* Whitewash #b2b7a6 */
--courtyard-flagstone: oklch(0.67 0.029 115); /* Courtyard Flagstone #949884 */
--shopfront-wood: oklch(0.42 0.02 91); /* Shopfront Wood #514d41 */
--clay-pot: oklch(0.52 0.101 42); /* Clay-Pot Orange #995338 */
--eave-shadow: oklch(0.45 0.029 226); /* Eave-Shadow Blue #445962 */
--edge-maple: oklch(0.38 0.075 341); /* Edge Maple #5d314e */
--gradient-lianfang-dim-sum: linear-gradient(180deg, oklch(0.77 0.024 119) 0%, oklch(0.6 0.056 175) 20%, oklch(0.45 0.029 226) 40%, oklch(0.42 0.02 91) 55%, oklch(0.38 0.075 341) 68%, oklch(0.52 0.101 42) 82%, oklch(0.67 0.029 115) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.