
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 160° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
What a mass of colour gets called is decided by the small lit part of it: inside the cherry canopy, 70,270 pixels fall in the violet band and average 303°, L 0.51, chroma 0.117, while only 3,860 land in the pink band — 5.2% of them, sitting 0.14 higher in lightness, and they sign the whole tree's name by themselves. To make a large field read as a colour, move only its lit layer there.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Aisa Bathhouse in Blossom Light · Aisa Bathhouse in Blossom Light — Teyvat Palette */
:root {
--sakura-violet: oklch(0.51 0.117 303); /* Canopy Violet #74539d */
--lit-petal: oklch(0.63 0.081 324); /* Lit Petal #a278a5 */
--clear-sky: oklch(0.51 0.136 253); /* Clear Sky #2067b1 */
--cumulus-white: oklch(0.98 0.018 204); /* Cloud White #ebfcfe */
--bathhouse-timber: oklch(0.31 0.043 250); /* Bathhouse Ink #1f3245 */
--plaza-flagstone: oklch(0.47 0.036 266); /* Flagstone Blue #515b70 */
--gradient-aisa-bathhouse: linear-gradient(160deg, oklch(0.51 0.117 303) 0%, oklch(0.51 0.136 253) 18%, oklch(0.98 0.018 204) 32%, oklch(0.31 0.043 250) 60%, oklch(0.47 0.036 266) 86%, oklch(0.63 0.081 324) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.