
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.
What 42.38% neutral buys here is the absence of a dominant hue: yellow 17.30%, green 15.89%, blue 18.70% — a spread of only 2.81 points across the three bands, with the frame's chroma median pressed down to 0.030. If you want several hues to stand as equals, raise the grey budget to four tenths first: one-leader-two-followers costs less grey than a three-way split.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Adventurers' Guild Liyue in Autumn Sun · Adventurers' Guild Liyue in Autumn Sun — Teyvat Palette */
:root {
--clear-sky: oklch(0.7 0.13 239); /* Clear Sky #41a8e6 */
--ginkgo-gold: oklch(0.62 0.122 61); /* Ginkgo Gold #ba732d */
--glazed-green: oklch(0.52 0.063 131); /* Glazed Green #5c714a */
--plaster-white: oklch(0.46 0.018 145); /* Plaster White #525b52 */
--deck-grey: oklch(0.4 0.032 197); /* Deck Grey #334d4e */
--gradient-adventurers-guild-liyue: linear-gradient(180deg, oklch(0.7 0.13 239) 0%, oklch(0.62 0.122 61) 12%, oklch(0.52 0.063 131) 38%, oklch(0.46 0.018 145) 62%, oklch(0.4 0.032 197) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.