
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.
The largest colour in a frame only governs the places where you cannot see the sun. The blue band takes 51.54%, almost all of it sky, measuring chroma 0.120 at hue 249° — and it tints one side only. The shop's boarding reads 259°, the doorway noren 258°, both right beside the sky. The sunlit flagstones, meanwhile, read 301°–320°: fifty degrees from the sky and less than twelve from that cherry tree at 313°, with chroma climbing from 0.018 to 0.039 as they approach it. Skylight owns the shadows, bounced light owns the lit faces, and the two ledgers never change hands.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Uyuu Restaurant in Sakura Sunlight · Uyuu Restaurant in Sakura Sunlight — Teyvat Palette */
:root {
--clear-sky: oklch(0.53 0.12 249); /* Clear Sky #296fae */
--sakura-cloud: oklch(0.7 0.113 313); /* Sakura Cloud #b789d0 */
--petal-stone: oklch(0.61 0.031 301); /* Petal Flagstone #867f93 */
--eave-shadow: oklch(0.36 0.028 259); /* Eave Shadow #343e4c */
--indigo-noren: oklch(0.28 0.058 258); /* Indigo Noren #162945 */
--lacquer-red: oklch(0.46 0.078 25); /* Lacquer Red #7e4642 */
--gradient-uyuu-restaurant: linear-gradient(180deg, oklch(0.53 0.12 249) 0%, oklch(0.7 0.113 313) 22%, oklch(0.46 0.078 25) 44%, oklch(0.36 0.028 259) 62%, oklch(0.28 0.058 258) 76%, oklch(0.61 0.031 301) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.