
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.
A man-made thing's colour comes in two halves: the borrowed and the owned. This gate's glazed tiles and the tree crowns on the rock share one hue, 143°, and the tiles are three tenths paler than the leaves (chroma 0.081 against 0.117). The only colour it owns is vermilion — of the eighty-three thousand pixels of sky and cloud in the upper left exactly 3 fall inside the warm window, and the cliff behind the gate holds none at all. A borrowed hue buys belonging; the one hue you own carries identity.
CSS variables, a Tailwind v4 theme or SVG — one click to copy into your project.
/* Northland Bank in Full Sun · Northland Bank in Full Sun — Teyvat Palette */
:root {
--cerulean-sky: oklch(0.62 0.125 245); /* Cerulean Sky #398ccc */
--cliff-stone: oklch(0.84 0.03 179); /* Cliff Stone #b7d1cb */
--canopy-green: oklch(0.67 0.117 143); /* Canopy Green #68a864 */
--glaze-green: oklch(0.74 0.081 143); /* Glaze Green #8db88a */
--plaque-gold: oklch(0.74 0.127 65); /* Plaque Gold #e1994c */
--vermilion-post: oklch(0.67 0.186 28); /* Vermilion Post #f25d50 */
--gradient-northland-bank: linear-gradient(180deg, oklch(0.62 0.125 245) 0%, oklch(0.84 0.03 179) 22%, oklch(0.67 0.117 143) 44%, oklch(0.74 0.081 143) 58%, oklch(0.74 0.127 65) 74%, oklch(0.67 0.186 28) 100%);
}A 1080×1350 PNG carrying the scene, its palette and every value — save it and post it as is.