CSS Glassmorphism Generator
Design a CSS glassmorphism (frosted glass) surface with a live preview. Adjust blur, transparency, saturation, and border, then copy the generated CSS instantly.
CSS Glassmorphism Generator
Adjust the glass surface settings and preview the result in real time.
Glass Surface
Presets
Generated CSS
background: rgba(255, 255, 255, 0.15); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); backdrop-filter: blur(4px) saturate(100%); -webkit-backdrop-filter: blur(4px) saturate(100%); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.18);