
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.
An element that has to be dropped into many scenes cannot bake its contrast into itself. This is the brightest and most chromatic frame in the set — median lightness 0.43, median chroma 0.078, achromatic pixels down to 6.33%, all eight hue bands carrying real area — and the gate's chroma of 0.060 now sits below the frame's median, a ratio of 0.77, the one time in five that the same gate drops under 1. In the Scions' night frame it ran 2.3. One colour, five environments, a straight slide from protagonist to scenery. Set a reusable element's constant so it is still findable in the brightest scene, not so it is loudest in the darkest one.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Flower-Feather Clan Secret Space, Clear Noon · Flower-Feather Clan Secret Space, Clear Noon — Teyvat Palette */
:root {
--cliff-ochre: oklch(0.4 0.073 35); /* Cliff Ochre #69382c */
--noon-grass: oklch(0.69 0.118 124); /* Noon Grass #8ca851 */
--zenith-blue: oklch(0.6 0.072 244); /* Gap Sky #5a85a8 */
--canopy-yellow: oklch(0.38 0.076 84); /* Canopy Yellow #553e03 */
--banner-red: oklch(0.36 0.09 2); /* Banner Red #622539 */
--gate-violet: oklch(0.54 0.06 285); /* Gate Violet #6b6a91 */
--gradient-tribal-secret-space-flower-feather-clan-location-context: linear-gradient(180deg, oklch(0.6 0.072 244) 0%, oklch(0.36 0.09 2) 14%, oklch(0.4 0.073 35) 44%, oklch(0.54 0.06 285) 64%, oklch(0.69 0.118 124) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.