
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.
To quiet a complementary collision you do not have to pull chroma down on both sides. This frame spans exactly as wide as the Forgotten Sword Cemetery — both 174° — but its middle is broken, so chroma has to be surrendered; and only the dusk sky surrenders any, the 53.95% of the frame that runs 0.050–0.060, while the 15.50% of green keeps 0.072 and the sakura crown and the shrine lamp keep 0.122 and 0.123. Chroma is taxed on area.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Asase Shrine under the First Stars · Asase Shrine under the First Stars — Teyvat Palette */
:root {
--dusk-rose: oklch(0.62 0.058 336); /* Dusk Rose #9d7994 */
--afterglow-red: oklch(0.64 0.06 359); /* Afterglow Red #ab7d8b */
--sakura-violet: oklch(0.54 0.122 312); /* Sakura Violet #8658a1 */
--shrine-lamp-blue: oklch(0.56 0.123 266); /* Shrine Lamp Blue #5271bc */
--meadow-green: oklch(0.5 0.072 142); /* Meadow Green #4b6e47 */
--ledge-ochre: oklch(0.5 0.042 61); /* Ledge Ochre #755e4b */
--gradient-asase-shrine: linear-gradient(180deg, oklch(0.62 0.058 336) 0%, oklch(0.64 0.06 359) 30%, oklch(0.54 0.122 312) 52%, oklch(0.5 0.072 142) 82%, oklch(0.5 0.042 61) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.