
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.
Dreaminess has a mechanical recipe: shut every colour into the top-right corner of the colour space. All five hue bands average out inside L 0.60–0.87 and C 0.05–0.11, and inside that window even distant relations like a pink shell and a teal cliff become one family.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Watatsumi Island, Mirage · Watatsumi Island, Mirage — Teyvat Palette */
:root {
--clear-sky: oklch(0.795 0.106 231.5); /* Clear Sky Blue #6fc8f4 */
--mirage-mist: oklch(0.831 0.081 240.9); /* Mirage Mist #98cff8 */
--coral-shell: oklch(0.851 0.055 336.2); /* Coral Pink #e6c1dc */
--haze-cliff: oklch(0.692 0.078 246.1); /* Hazed Cliff Teal #73a1ca */
--spirit-violet: oklch(0.597 0.113 270.3); /* Spirit Violet #667bc3 */
--gradient-watatsumi-island: linear-gradient(180deg, oklch(0.795 0.106 231) 0%, oklch(0.851 0.055 336) 28%, oklch(0.831 0.081 241) 55%, oklch(0.692 0.078 246) 80%, oklch(0.597 0.113 270) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.