
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 exterior can have exactly one light too. There is not a single directly sunlit surface here; the only thing lighting it is the sky, which is outside the frame. The gilded inscription over the door measures 264°, identical to the grey stone tower wall behind it; the cypresses are 218°, the lawn 174°, the "turquoise" window above the door 244° — tree, grass, gold and stone all inside 174°–264°, the blue band alone taking 58.55% and green left with 2.52%. Whether there is a ceiling is not a mark on this ruler. How many lights of different colour temperature there are, is.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* The Steambird in Blue Shade · The Steambird in Blue Shade — Teyvat Palette */
:root {
--tower-blue: oklch(0.61 0.088 264); /* Tower Blue #6882b8 */
--dome-blue: oklch(0.64 0.096 260); /* Dome Blue #698dc7 */
--glass-blue: oklch(0.46 0.083 244); /* Glass Blue #2a5d83 */
--cypress-blue: oklch(0.56 0.07 218); /* Cypress Blue #3f7f90 */
--lawn-cyan: oklch(0.52 0.086 174); /* Lawn Cyan #247965 */
--step-blush: oklch(0.61 0.031 319); /* Step Blush #8b7e8f */
--gradient-the-steambird: linear-gradient(180deg, oklch(0.61 0.088 264) 0%, oklch(0.64 0.096 260) 16%, oklch(0.46 0.083 244) 42%, oklch(0.56 0.07 218) 62%, oklch(0.52 0.086 174) 82%, oklch(0.61 0.031 319) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.