
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.
Chroma in the blue-violet half is paid for in lightness. Same family of blue, same clear day, same 210°–270° window: Yashiori's most chromatic 3% sits at L 0.53 with chroma 0.137, while Kannazuka in Hazy Daylight manages only 0.122 at L 0.63. The two blue bands peak at almost the same height (0.182 against 0.177) — the difference is not how rich they could get, but whether they were willing to go dark for it. This frame was, which is why its sky is deep, and why it is the most convincingly noon of the four.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Yashiori Island under a Deep Vault · Yashiori Island under a Deep Vault — Teyvat Palette */
:root {
--deep-vault: oklch(0.48 0.132 254); /* Deep Vault #1c5ea5 */
--cumulus-white: oklch(0.97 0.024 209); /* Cumulus White #e4fafe */
--ridge-meadow: oklch(0.57 0.078 217); /* Ridge Meadow #398395 */
--maple-rose: oklch(0.71 0.111 319); /* Maple Rose #bf8bce */
--sandstone-blue: oklch(0.54 0.055 238); /* Sandstone Blue #50748b */
--pale-shore: oklch(0.73 0.056 182); /* Pale Shore #80b4aa */
--gradient-yashiori-island: linear-gradient(180deg, oklch(0.48 0.132 254) 0%, oklch(0.97 0.024 209) 12%, oklch(0.57 0.078 217) 36%, oklch(0.71 0.111 319) 50%, oklch(0.54 0.055 238) 68%, oklch(0.73 0.056 182) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.