
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.
Whether a line reads as glowing or as painted on is decided by the sign relation between lightness and chroma: the circle's engraved lines measure L 0.88 at chroma 0.058, the field they sit on L 0.63 at chroma 0.187 — 0.25 brighter, with only a third of the chroma left. The lead line in Moontide Sea after Dark is made by both channels jumping together; the one in Basin of Unnumbered Flames in Sunlit Haze holds both channels still and changes only hue. This one jumps in opposite directions, and reads as the light itself.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Canotila and the Book of Revealing in Groundglow · Canotila and the Book of Revealing in Groundglow — Teyvat Palette */
:root {
--sigil-blue: oklch(0.63 0.187 265); /* Sigil Blue #5080f9 */
--sigil-line: oklch(0.88 0.058 272); /* Sigil Line #cad6ff */
--cavern-rock: oklch(0.41 0.065 236); /* Cavern Rock #235069 */
--mossy-slope: oklch(0.32 0.048 221); /* Far-Slope Blue #113844 */
--candlelit-moss: oklch(0.64 0.064 147); /* Candlelit Moss #739776 */
--shelf-amber: oklch(0.52 0.11 46); /* Shelf Amber #9b522d */
--gradient-canotila-and-the-book-of-revealing: linear-gradient(180deg, oklch(0.34 0.043 224) 0%, oklch(0.41 0.065 236) 30%, oklch(0.53 0.082 198) 58%, oklch(0.63 0.187 265) 82%, oklch(0.88 0.058 272) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.