Generate customizable glassmorphism overlays with blur, transparency, and color tint options. Perfect for adding modern frosted glass effects to your UI backgrounds and cards.
.glass-effect {
backdrop-filter: blur(8px) brightness(100%) saturate(100%);
-webkit-backdrop-filter: blur(8px) brightness(100%) saturate(100%);
background-color: rgba(255, 255, 255, 0.2);
opacity: 0.8;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.3);
}
Control the background blur strength for subtle or strong frosted effects.
Pick any color with opacity to tint the glass overlay.
Instantly see how your glass overlay looks on sample backgrounds.
Export ready-to-use CSS including `backdrop-filter` and overlay styles.
Works well across devices and screen sizes.