
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.
Man-made colour need not invent a single new hue; it need only halve the chroma. The roof at 177° sits beside the canopy's 167°, the shop's noren at 236° beside the sky's 247° — and the canopy's most saturated 3% reaches 0.146 where the whole roof peaks at 0.055. This is the underside of the chroma ceiling: in «Aaru's Shut in White Light» the bare paving reads 0.039 and the inlaid slab a person set into it 0.109, so there it is crossing the line that marks a thing as made. Here the living things out-saturate the people, and made colour can only stay beneath it.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Naganohara Fireworks in the Shade · Naganohara Fireworks in the Shade — Teyvat Palette */
:root {
--roof-moss: oklch(0.43 0.046 177); /* Roof Moss #33584f */
--canopy-green: oklch(0.51 0.094 167); /* Canopy Green #1e775b */
--noren-blue: oklch(0.41 0.068 236); /* Noren Blue #20506a */
--zenith-blue: oklch(0.61 0.114 247); /* Zenith Blue #4488c4 */
--timber-shade: oklch(0.31 0.022 237); /* Timber Shade #26323a */
--sunlit-flagstone: oklch(0.75 0.029 41); /* Sunlit Flagstone #bfa8a0 */
--crack-grass: oklch(0.73 0.148 134); /* Grass in the Cracks #80bb56 */
--gradient-naganohara-fireworks: linear-gradient(180deg, oklch(0.61 0.114 247) 0%, oklch(0.51 0.094 167) 12%, oklch(0.43 0.046 177) 34%, oklch(0.41 0.068 236) 56%, oklch(0.31 0.022 237) 76%, oklch(0.75 0.029 41) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.