
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.
Separating top from bottom on lightness requires gathering both ends into one hue family first. Measure Wikala Funduq's upper and lower edge with the same pair of rectangles: lightness reads 0.34 against 0.87 — a gap of 0.53 — while the hues, 158° against 123°, sit together in the green-cyan family and the chromas, 0.043 against 0.023, are both low. The 120°–180° green-cyan band alone eats 610,777 pixels of the frame, and the ground rectangle at the bottom edge reaches only chroma 0.030 even in its most chromatic 3%. Because hue and chroma both step aside, that 0.53 reads as "sunlight falling on stone" rather than "the material changed". Its batch-mate «Shapur Hotel in Cliff Shade» charges the same gap entirely to chroma (lightness 0.33 at both ends). Both pictures separate — separating is the common term; which axis carries it is what decides what kind of place you are looking at.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Wikala Funduq at White Noon · Wikala Funduq at White Noon — Teyvat Palette */
:root {
--eave-deep-green: oklch(0.4 0.054 159); /* Deep Green of the Eaves #2c513d */
--arch-pillar-stone: oklch(0.44 0.046 174); /* Arch-Pillar Stone #365b51 */
--shaded-tile-teal: oklch(0.45 0.076 167); /* Shaded Tile Teal #21634c */
--sunlit-tile-green: oklch(0.83 0.096 143); /* Sunlit Tile Green #a3d89f */
--flowerbed-yellow: oklch(0.86 0.151 112); /* Flowerbed Yellow #d4da5a */
--sunbleached-flagstone: oklch(0.87 0.021 121); /* Sun-Bleached Flagstone #d2d7c7 */
--gradient-wikala-funduq: linear-gradient(180deg, oklch(0.4 0.054 159) 0%, oklch(0.44 0.046 174) 14%, oklch(0.45 0.076 167) 30%, oklch(0.83 0.096 143) 48%, oklch(0.86 0.151 112) 70%, oklch(0.87 0.021 121) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.