
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 line can hold on hue alone: the teal ribbons on the cliff face measure 189°, L 0.49, chroma 0.064, and the rock they cross is 71°, L 0.47, chroma 0.055 — a lightness difference of 0.02, a chroma difference of 0.009, and 118° of hue between them and nothing else. The line that carries Moontide Sea after Dark was made of a 0.57 lightness gap and more than five times the chroma jumping out together; here both channels are held still and the line is just as visible — and it reads as flowing across the rock, not carved into it.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Basin of Unnumbered Flames in Sunlit Haze · Basin of Unnumbered Flames in Sunlit Haze — Teyvat Palette */
:root {
--high-sky: oklch(0.87 0.072 228); /* High Sky Blue #a2defa */
--rim-green: oklch(0.71 0.134 133); /* Rim Green #80b358 */
--vein-teal: oklch(0.49 0.064 189); /* Vein Teal #2e6c68 */
--cliff-umber: oklch(0.47 0.055 71); /* Cliff Umber #6f5638 */
--vein-violet: oklch(0.45 0.051 278); /* Vein Violet #4e5372 */
--altar-flame: oklch(0.74 0.118 15); /* Altar Flame #eb8b93 */
--gradient-basin-of-unnumbered-flames: linear-gradient(180deg, oklch(0.87 0.072 228) 0%, oklch(0.73 0.081 233) 24%, oklch(0.72 0.066 192) 44%, oklch(0.71 0.134 133) 68%, oklch(0.47 0.055 71) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.