Design
Glassmorphism Generator
Create frosted-glass CSS with blur, transparency, tint, and a live preview Runs on your device — nothing is uploaded, nothing is stored.
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);
}Related
About Glassmorphism Generator
Create frosted-glass CSS with blur, transparency, tint, and a live preview
Glassmorphism Generator is a free tool in the Design & Visual category on BrowseryTools. It runs entirely in your browser: what you give it is processed on your own device and is never uploaded to a server, there's no registration, no ads and no watermarks, and it keeps working with no connection once the page has loaded.