Glassmorphism

Enhance your UI with this frosted glass effect.

Configuration

16px
0.25
180%
12px

CSS Code

background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.125);

Preset Examples

What is Glassmorphism?

Glassmorphism is a modern UI design trend that creates a frosted glass effect using CSS properties like backdrop-filter. This aesthetic combines transparency, blur, and subtle borders to create depth and visual hierarchy in your interface.

Key Benefits

Common Use Cases

Browser Support

The backdrop-filter property is supported in all modern browsers including Chrome, Safari, Edge, and Firefox. For older browsers, consider providing a solid background fallback.

Tips for Best Results