↑↓ nudge focused slider by 1 (⇧ ±10)
↑↓ nudge focused slider by 1 (⇧ ±10)
Updated 2026-08-19
Create glassmorphism CSS online for free. Drag sliders for blur, transparency, and corner radius, pick
a tint, and watch a frosted-glass card render over a colourful background — then copy the background
and backdrop-filter declarations. Everything runs in your browser, so nothing you design is uploaded.
The frosted-glass look is really just a translucent background plus backdrop-filter: blur(), but the
right balance of blur and opacity is hard to guess without seeing it. This generator previews the effect
over a vivid backdrop — the only place it actually shows — and emits clean CSS with the -webkit-
prefix included, ready to drop onto a card, navbar, or modal.
blur 8px, 25% white tint, radius 16px, border on
background: rgba(255, 255, 255, 0.25); backdrop-filter: blur(8px); …
blur 16px, 15% tint
background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(16px); …