Glassmorphism Generator
Generate glassmorphism CSS with transparency and blur controls
Glassmorphism only works when there's color and imagery behind it โ the preview is intentionally placed over a colorful gradient.
Glass Preview
backdrop-filter ยท rgba background
CSS
.glass {
background: rgba(255, 255, 255, 0.20);
backdrop-filter: blur(10px) saturate(150%);
-webkit-backdrop-filter: blur(10px) saturate(150%);
border: 1px solid rgba(255, 255, 255, 0.30);
border-radius: 12px;
}Verify outputs before using in production. No warranty โ see Terms.