
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.
Harmony without grey: Dragonspine mediated three colours with 63% grey, while here grey is only 5.9% and 94% of the frame is chromatic without becoming noise — on two conditions. Keep the hues to two adjacent families, and put a factor of two between their chromas.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Vanarana, Green Noon · Vanarana, Green Noon — Teyvat Palette */
:root {
--dream-leaf: oklch(0.78 0.163 138.4); /* Dream Leaf Green #7fcf64 */
--leaf-shade: oklch(0.59 0.156 141.8); /* Leaf Shade #3d9334 */
--sky-cyan: oklch(0.754 0.087 242.8); /* Clear Sky Blue #7eb6e2 */
--mist-tree: oklch(0.8 0.088 221.3); /* Misted Canopy #7acbe6 */
--path-tan: oklch(0.7 0.059 87); /* Sand Path Brown #ae9d74 */
--gradient-vanarana: linear-gradient(180deg, oklch(0.754 0.087 243) 0%, oklch(0.8 0.088 221) 22%, oklch(0.78 0.163 138) 50%, oklch(0.59 0.156 142) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.