
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 cherry canopy occupies only two positions on the hue wheel, and the tree does not choose them. Its shaded half measures L 0.53, chroma 0.117, hue 303° — the same three figures as the L 0.51, chroma 0.117, 303° measured in 〈Aisa Bathhouse in Blossom Light〉. Different tree, different picture, and the shaded half is a constant. What moves is the area of the lit half: 5.2% there, 30.3% here. Whether a cherry reads violet or pink is the result of how much area the framing gives its lit face, not of any mixing.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Tenryou Commission Headquarters in Navy Daylight · Tenryou Commission Headquarters in Navy Daylight — Teyvat Palette */
:root {
--shaded-crown: oklch(0.53 0.117 303); /* Shaded Crown #7a59a3 */
--sunlit-crown: oklch(0.76 0.1 323); /* Sunlit Crown #d09cd6 */
--open-sky: oklch(0.63 0.101 259); /* Open Sky #638ac6 */
--navy-roof: oklch(0.33 0.051 220); /* Commission Navy #103b47 */
--shaded-court: oklch(0.42 0.058 268); /* Shaded Court #3f4c6d */
--tarnished-gilt: oklch(0.37 0.039 175); /* Tarnished Gilt #28473e */
--gradient-tenryou-commission-headquarters: linear-gradient(180deg, oklch(0.63 0.101 259) 0%, oklch(0.76 0.1 323) 18%, oklch(0.53 0.117 303) 38%, oklch(0.33 0.051 220) 60%, oklch(0.37 0.039 175) 78%, oklch(0.42 0.058 268) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.