
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.
Laying down grey does not buy quiet, it buys the drop under a focus: 41.61% of this chamber's pixels fall below chroma 0.025 and the chroma median is pressed to 0.028, while its chroma peak is 0.199 — within 0.011 of the 0.204 / 0.207 / 0.210 of the three open-air Natlan pictures in the same batch. The grey took nothing off the ceiling; all it took was the median, which is why the quota — p99 minus median — reaches 0.125, the highest of the four. To make a colour ring, first find a surface that will keep quiet.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Chamber of Weaving in Dim Light · Chamber of Weaving in Dim Light — Teyvat Palette */
:root {
--arch-shadow: oklch(0.33 0.017 23); /* Arch Shadow #3e3231 */
--step-stone: oklch(0.34 0.032 279); /* Step Stone #343649 */
--canopy-blue: oklch(0.41 0.057 246); /* Canopy Blue #2f4d68 */
--hall-blue: oklch(0.48 0.164 269); /* Hall Blue #3952b9 */
--banner-violet: oklch(0.67 0.097 284); /* Banner Violet #8e8dcf */
--woven-gold: oklch(0.75 0.141 39); /* Woven Gold #f88c68 */
--gradient-chamber-of-weaving: linear-gradient(180deg, oklch(0.41 0.057 246) 0%, oklch(0.67 0.097 284) 28%, oklch(0.75 0.141 39) 44%, oklch(0.48 0.164 269) 66%, oklch(0.34 0.032 279) 86%, oklch(0.33 0.017 23) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.