
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.
Nothing built here is coloured: the steps and paving filling the lower 45% of the frame measure chroma 0.019, the teahouse block itself 0.020, and 56.13% of the picture sits under the achromatic threshold — every bit of colour has been handed to the things that change: the sky (229°), the cliffs (195°) and the one red maple in the middle of the court (17°, chroma 0.134). Spend chroma only on what changes, keep what doesn't blank, and the place can be dressed again.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Jiulue Teahouse under Plain Daylight · Jiulue Teahouse under Plain Daylight — Teyvat Palette */
:root {
--open-sky: oklch(0.66 0.082 229); /* Open Sky #599cba */
--karst-teal: oklch(0.66 0.051 195); /* Karst Teal #6d9c9c */
--court-stone: oklch(0.82 0.018 137); /* Court Stone #bfc7bc */
--eave-slate: oklch(0.45 0.02 239); /* Eave Slate #4b575f */
--maple-red: oklch(0.52 0.134 17); /* Maple Red #a8424c */
--rim-orange: oklch(0.54 0.102 35); /* Rim Orange #a15745 */
--gradient-jiulue-teahouse: linear-gradient(180deg, oklch(0.66 0.082 229) 0%, oklch(0.66 0.051 195) 18%, oklch(0.45 0.02 239) 44%, oklch(0.52 0.134 17) 62%, oklch(0.82 0.018 137) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.