
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.
Hue can be spread as wide as you like without getting loud, and without lowering the ceiling: seven hue bands cover 98.52% of the frame, running from 268° all the way to 96°, and their mean lightness falls into line behind them — 0.43 / 0.42 / 0.47 / 0.53 / 0.62 / 0.79 / 0.89, not a step out of order except the darkest two swapping by 0.01 — while chroma stays pinned at 0.074–0.098, a spread of just 0.024. Land of Upper Setekh at Dusty Noon says loudness is set by the chroma ceiling: six bands filling 97.18% with not one pixel over 0.121. Here the ceiling is 0.231, nearly double, and the picture is just as quiet — because lightness has sorted the hues into a queue.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* The Flagship under Neon Glow · The Flagship under Neon Glow — Teyvat Palette */
:root {
--beam-violet: oklch(0.42 0.09 304); /* Beam Violet #583f75 */
--porch-pink: oklch(0.47 0.098 326); /* Porch Pink #774678 */
--wall-vermilion: oklch(0.53 0.091 2); /* Wall Vermilion #975468 */
--lit-corner: oklch(0.62 0.074 23); /* Lit Corner #af7471 */
--tube-amber: oklch(0.79 0.078 66); /* Tube Amber #ddb185 */
--sign-halo: oklch(0.77 0.186 327); /* Sign Halo #f085f1 */
--door-blue: oklch(0.43 0.079 268); /* Door Blue #3d4e7b */
--gradient-the-flagship: linear-gradient(180deg, oklch(0.42 0.09 304) 0%, oklch(0.77 0.186 327) 22%, oklch(0.79 0.078 66) 32%, oklch(0.53 0.091 2) 58%, oklch(0.47 0.098 326) 80%, oklch(0.48 0.098 318) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.