
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 285° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
An interior's colour is borrowed from outside. 75.1% of this frame sits below the grey threshold at a median chroma of 0.011 — the timber itself has almost no colour, and every bit of it arrives through two openings: a warm 8.9% of sunlight and a cool 13.5% of sky.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Hezhe Post beneath the Eaves · Hezhe Post beneath the Eaves — Teyvat Palette */
:root {
--hall-grey: oklch(0.29 0.014 199); /* Hall Grey #232e2e */
--eave-shade: oklch(0.41 0.03 246); /* Eave Shade #3d4c5a */
--outside-blue: oklch(0.6 0.047 229); /* Outside Blue #638697 */
--far-wall: oklch(0.72 0.093 229); /* Far Wall #61b0d3 */
--sunlit-timber: oklch(0.6 0.056 65); /* Sunlit Timber #987a5d */
--timber-highlight: oklch(0.9 0.046 90); /* Timber Highlight #eaddbc */
--gradient-hezhe-post: linear-gradient(285deg, oklch(0.29 0.014 199) 0%, oklch(0.41 0.03 246) 30%, oklch(0.72 0.093 229) 62%, oklch(0.6 0.056 65) 84%, oklch(0.9 0.046 90) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.