
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.
The third frame in the family, and this one turns on position: Windwail Highland under a Clear Zenith draws its frame with chroma alone (top edge 0.121 against a centre of 0.073), Brightcrown Mountains in Plain Daylight with lightness alone (four edges at 0.87 / 0.71 / 0.71 / 0.65, all standing on the bright side of a centre at 0.61) — in both, the extremes stay inside the picture and pile up on one side. Here two axes take one edge each, and both are cut off by the frame: all 4000 of the most chromatic pixels fall into one hue bucket, 240°–270°, centred at (0.38, 0.07) — the two banners hanging in from outside the picture (chroma 0.128 and 0.117); and 3593 of the 4000 brightest press into the sunlit flagstones along the bottom edge (L 0.93 and 0.94). The hotel at the centre sits at L 0.53, chroma 0.037, below the frame's chroma median of 0.056, holding neither extreme — give the chroma ceiling and the lightness ceiling to opposite edges and the subject leads without getting louder.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Hotel Debord in Slanting Light · Hotel Debord in Slanting Light — Teyvat Palette */
:root {
--banner-blue: oklch(0.53 0.128 259); /* Banner Blue #3b6bb5 */
--wall-violet: oklch(0.51 0.078 265); /* Wall Violet #506593 */
--hotel-limestone: oklch(0.53 0.037 271); /* Limestone White #646b82 */
--glass-teal: oklch(0.56 0.056 198); /* Glass Teal #4b7f80 */
--cypress-green: oklch(0.49 0.084 139); /* Cypress Green #476c3c */
--flowerbed-gold: oklch(0.62 0.094 86); /* Flowerbed Gold #9f823e */
--sunlit-flagstone: oklch(0.65 0.036 334); /* Sunlit Flagstone #9d8798 */
--gradient-hotel-debord: linear-gradient(180deg, oklch(0.53 0.128 259) 0%, oklch(0.51 0.078 265) 16%, oklch(0.53 0.037 271) 44%, oklch(0.56 0.056 198) 58%, oklch(0.49 0.084 139) 70%, oklch(0.62 0.094 86) 82%, oklch(0.65 0.036 334) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.