
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.
A focal point can lose two categories out of three. The three sakura-patterned noren under the eaves measure L 0.29 — 0.19 below the picture's own median of 0.48 — and chroma 0.053, less than half the sky's 0.124. They are still the only thing you remember, because in a field of 39.12% neutral plus 49.95% blue, 309° sits 55° away from its nearest neighbour, the sky at 254°. The lava glow in Frost Moon in Earthshine was at least bright (L 0.66); here even lightness is handed over. Isolation in hue, one category, is enough.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Yae Publishing House under an Open Sky · Yae Publishing House under an Open Sky — Teyvat Palette */
:root {
--open-sky: oklch(0.5 0.124 254); /* Open Sky #2964a8 */
--eave-shadow: oklch(0.4 0.046 252); /* Eave Shadow #354960 */
--dark-post: oklch(0.3 0.021 245); /* Ink Timber #252f38 */
--noren-violet: oklch(0.29 0.053 309); /* Sakura Violet #33243f */
--tile-green: oklch(0.58 0.052 150); /* Moss Tile #65836a */
--sunbleached-stone: oklch(0.78 0.015 39); /* Sunbleached Stone #c0b4b0 */
--gradient-yae-publishing-house: linear-gradient(180deg, oklch(0.5 0.124 254) 0%, oklch(0.58 0.052 150) 36%, oklch(0.29 0.053 309) 55%, oklch(0.4 0.046 252) 74%, oklch(0.78 0.015 39) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.