
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 200° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
Once the sun is inside the frame, not one surface faces it. The sun's own cluster of 3,986 pixels measures L 1.00, chroma 0.001, while the roof sits at 261°, the timber at 259°, the path at 262° and the sky at 263° — all four inside 4°. 42.28% of pixels fall under the achromatic threshold, and the chroma ceiling of 0.133 is the lowest of the four pictures in this batch. Every material is left with only its shaded hue position, the cherry included: the whole frame holds just 4,206 pixels at 315°–345°, 0.48% of it, where the canopy in 〈Royal Hot Springs in Blazing Daylight〉 gave its lit half 40.9%. Backlight is not a kind of light. It deletes the picture's lit half outright.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Komore Teahouse against the Sun · Komore Teahouse against the Sun — Teyvat Palette */
:root {
--hidden-sun: oklch(0.89 0.008 310); /* Hidden Sun #dcd9df */
--upper-sky: oklch(0.38 0.042 263); /* Upper Sky #374259 */
--backlit-timber: oklch(0.27 0.027 259); /* Backlit Timber #1e2734 */
--dyed-noren: oklch(0.26 0.111 269); /* Dyed Noren #101b58 */
--garden-pine: oklch(0.58 0.029 196); /* Garden Pine #678080 */
--fallen-petal: oklch(0.46 0.067 325); /* Fallen Petal #6b4b6d */
--gradient-komore-teahouse-outside: linear-gradient(200deg, oklch(0.89 0.008 310) 0%, oklch(0.38 0.042 263) 20%, oklch(0.58 0.029 196) 42%, oklch(0.27 0.027 259) 62%, oklch(0.26 0.111 269) 80%, oklch(0.46 0.067 325) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.