velofy / ui-atlas · reference

Style Patterns

Eleven CSS aesthetics, demonstrated live with the essential rules to reproduce them. Pick a tab. Each demo is real DOM, not an image, and every one uses flat solid color.

No gradients, everBack to the atlasgithub.com/velofy/ui-atlas

JavaScript is off, so every pattern is shown stacked below. With it on, these become tabs.

Now playing

LIVE

Frosted panels blur whatever sits behind them. Here it is flat color blocks, no gradient in sight.

Solid Sessions3:12
Depth, softly

Glassmorphism

Translucent surfaces that blur and lift what sits behind them. It needs a busy backdrop to read, but that backdrop can be flat color blocks, not a gradient.

Use for overlays, modals, and cards over a colorful flat scene.

background: rgba(255,255,255,.16);
backdrop-filter: blur(16px) saturate(1.3);
border: 1px solid rgba(255,255,255,.4);
border-radius: 20px;