Glassmorphism Generator
Create frosted-glass CSS with a live preview over a colorful gradient
12px
20%
120%
16px
1px
40%
#ffffff
Preview
Glassmorphism
CSS Output
/* Glassmorphism */
background: rgba(255, 255, 255, 0.20);
border-radius: 16px;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
-webkit-backdrop-filter: blur(12px) saturate(120%);
backdrop-filter: blur(12px) saturate(120%);
border: 1px solid rgba(255, 255, 255, 0.40);
/* Fallback for browsers without backdrop-filter support */
@supports not ((-webkit-backdrop-filter: blur(2px)) or (backdrop-filter: blur(2px))) {
background: rgba(255, 255, 255, 0.60);
}About Glassmorphism Generator
Create frosted-glass (glassmorphism) CSS visually. Tune blur, transparency, tint, saturation, border, and radius with a live preview, then copy CSS with the -webkit- prefix and a fallback.
Glassmorphism Generator is a free tool in the Design Tools category on BrowseryTools. It runs entirely in your browser — your data is never uploaded to a server, and there's no registration, no ads, and no watermarks, so your privacy is fully preserved.
Frequently asked questions