
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.
Two ways of using an accent are settled by this one frame. The sakura pink is about 3% — near the same area as Liyue Harbor's warm colour (2.6%) — but scattered as dozens of small points across the whole island. Gathered, an accent is the lead; scattered, it is texture. Same area, different job.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Inazuma City, Sakura in the Mist · Inazuma City, Sakura in the Mist — Teyvat Palette */
:root {
--sea-mist: oklch(0.765 0.072 235.4); /* Sea Mist Teal #85bbda */
--shallow-teal: oklch(0.706 0.063 203); /* Shallows Teal #70acb2 */
--castle-indigo: oklch(0.599 0.096 250.4); /* Keep Silhouette #5284b7 */
--sakura-pink: oklch(0.727 0.08 318.8); /* Sakura Pink #bd97c7 */
--electro-violet: oklch(0.66 0.067 296); /* Electro Violet #958ab7 */
--gradient-inazuma-city: linear-gradient(180deg, oklch(0.765 0.072 235) 0%, oklch(0.727 0.08 319) 30%, oklch(0.706 0.063 203) 55%, oklch(0.66 0.067 296) 78%, oklch(0.599 0.096 250) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.