Glassmorphism Generator

Create beautiful frosted glass effects for your UI elements

9px
0px20px
0.75
01
180%
100%200%
CSS Code
1 2 3 4 5 6 7 8 /* Glassmorphism effect */ .glass { background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(9px) saturate(180%); -webkit-backdrop-filter: blur(9px) saturate(180%); border-radius: 12px; border: 1px solid rgba(209, 213, 219, 0.3); }