
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 135° (used by the hero and exports), while gallery cards share a uniform 135° sweep.
An accent is not buying a place in the chroma ranking, it is buying a vacancy on the hue wheel. The crimson banner hanging in the arch measures chroma 0.032 — below this picture's own chroma median of 0.056, a mere 0.007 above the achromatic line of 0.025. But 345°–15° holds not a single pixel in the frame, 15°–45° holds 0.02%, and 315°–345° holds 0.41%: the entire warm half comes to 0.43%, and the banner is its only resident. To make a small patch speak, first look at which stretch of the wheel is empty, then decide whether it needs any chroma at all.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Noblesse Secret Treasury, Stone in Shade · Noblesse Secret Treasury, Stone in Shade — Teyvat Palette */
:root {
--wall-slate: oklch(0.41 0.056 227); /* Wall Slate #255062 */
--vine-green: oklch(0.47 0.074 144); /* Vine Green #406640 */
--lit-shrub: oklch(0.56 0.112 149); /* Lit Shrub #3e864f */
--pale-rock: oklch(0.79 0.055 111); /* Pale Rock #bbbe96 */
--arch-dark: oklch(0.34 0.047 232); /* Arch Dark #1c3c4c */
--noblesse-crimson: oklch(0.34 0.032 320); /* Noblesse Crimson #3f3342 */
--gradient-noblesse-secret-treasury-location-context: linear-gradient(135deg, oklch(0.79 0.055 111) 0%, oklch(0.56 0.112 149) 15%, oklch(0.47 0.074 144) 34%, oklch(0.41 0.056 227) 60%, oklch(0.34 0.032 320) 80%, oklch(0.34 0.047 232) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.