
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 festival is paid for out of the neutral budget: in the same Jiulue Teahouse the achromatic pixels fall from 56.13% on an ordinary day to 25.82%, and the 30 points given up are split between the warm end (5.71% → 27.74%) and the blue of night (28.81% → 40.91%), leaving the picture darker than it was by day (median lightness 0.54 → 0.47). To make a scene festive, count how much grey you have to spend rather than turning the ground up.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Jiulue Teahouse on Lantern Night · Jiulue Teahouse on Lantern Night — Teyvat Palette */
:root {
--night-blue: oklch(0.38 0.054 255); /* Night Blue #2e445f */
--court-at-night: oklch(0.55 0.027 238); /* Court at Night #637480 */
--banner-red: oklch(0.42 0.096 15); /* Banner Red #78343c */
--lantern-amber: oklch(0.64 0.153 42); /* Lantern Amber #d76738 */
--lit-screen-gold: oklch(0.88 0.112 83); /* Lit Screen Gold #fbd17e */
--night-maple: oklch(0.32 0.072 351); /* Night Maple #4d2237 */
--gradient-lantern-rite-festival-5-3-jiulue-teahouse: linear-gradient(180deg, oklch(0.38 0.054 255) 0%, oklch(0.32 0.072 351) 20%, oklch(0.88 0.112 83) 40%, oklch(0.64 0.153 42) 54%, oklch(0.42 0.096 15) 68%, oklch(0.55 0.027 238) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.