
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.
Six-tenths grey is a peace treaty between three colours: sky blue (233°), autumn gold (67°) and meltwater teal (188°) sit more than a hundred degrees apart and ought to clash — 63% neutral rock keeps them apart and strings them together at once. To put several hues in one frame, first lay a ground that says nothing.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Dragonspine, Autumn Snow · Dragonspine, Autumn Snow — Teyvat Palette */
:root {
--alpine-sky: oklch(0.607 0.071 233.4); /* Clear Sky Blue #558aa6 */
--alpenglow: oklch(0.805 0.029 47.8); /* Warm Rimlight #d0bab0 */
--slate-grey: oklch(0.515 0.016 247.1); /* Rock Grey #606970 */
--old-snow: oklch(0.676 0.012 189.2); /* Lingering Snow #8f9a98 */
--autumn-gold: oklch(0.687 0.105 66.5); /* Autumn Gold #c68d4f */
--meltwater-teal: oklch(0.523 0.047 188.4); /* Meltwater Teal #49736f */
--gradient-dragonspine: linear-gradient(180deg, oklch(0.607 0.071 233) 0%, oklch(0.805 0.029 48) 16%, oklch(0.515 0.016 247) 46%, oklch(0.676 0.012 189) 72%, oklch(0.523 0.047 188) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.