
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.
A 174° span holds together without a neutral ground under it: yellow 25.54%, green 31.46%, cyan 12.65% and blue 21.24% run end to end and fill the whole 45°–270° arc, while only 6.79% of the frame is achromatic. Lay the span out as an unbroken ramp and leave even its thinnest rung a tenth of the frame, and however far apart the two ends sit, they still read as one place.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Forgotten Sword Cemetery in Fair Daylight · Forgotten Sword Cemetery in Fair Daylight — Teyvat Palette */
:root {
--zenith-blue: oklch(0.52 0.098 258); /* Zenith Blue #4469a1 */
--sword-pool-teal: oklch(0.65 0.08 202); /* Sword Pool Teal #4c9ea4 */
--meadow-green: oklch(0.56 0.086 133); /* Meadow Green #607f4a */
--trunk-moss: oklch(0.66 0.078 84); /* Trunk Moss #a98e59 */
--cliff-ochre: oklch(0.6 0.051 42); /* Cliff Ochre #9b7768 */
--rune-vermilion: oklch(0.62 0.211 31); /* Rune Vermilion #ea3f28 */
--gradient-forgotten-sword-cemetery: linear-gradient(180deg, oklch(0.52 0.098 258) 0%, oklch(0.6 0.051 42) 22%, oklch(0.66 0.078 84) 45%, oklch(0.56 0.086 133) 70%, oklch(0.65 0.08 202) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.