Back to Tools
Glassmorphism Generator
Design glassmorphism (frosted glass) UI panels with adjustable blur, transparency, and border, then copy the CSS.
12px
15%
20%
20px
Glass panel
CSScss
background: rgba(255, 255, 255, 0.15);
border-radius: 20px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.20);CSS toolkit
Full CSS hub →Generators and formatters for gradients, layout, shadows, and CSS cleanup.
Sources
Primary references for claims on this page