Brand wash
Tint the top of the page toward the primary color and let it dissolve before the content begins — the softest way to claim a surface for the brand.
Keep the fade complete before the first paragraph of body text; a wash that reaches reading content is a contrast bug, not a mood.
.wash {
background-image: linear-gradient(180deg,
color-mix(in oklab, var(--primary) 10%, transparent),
transparent 60%);
}