Glassmorphism Generator

Create frosted glass CSS effects with live preview.

Blur Amount12px
Transparency0.25
Border Opacity0.2
Saturation180%
Background Color#6366F1
Preview
Glass Card
CSS Code
background: rgba(99, 102, 241, 0.25);
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 16px;

How to Use

Adjust the sliders for blur amount, transparency, border opacity, and saturation. Choose a background color with the color picker. The preview area shows a glass card over colorful shapes so you can see the frosted effect in action. Copy the CSS code to use it in your project.

FAQ

Related Tools