Skip to main content

CSS Glassmorphism Generator

Create frosted glass UI effects with live preview and CSS output. Fine-tune transparency, blur, border, and shadow settings.

Preview

Glassmorphism

Preview

Controls

10px
0.25
180%
0.18
16px
#ffffff

CSS code

background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px) saturate(180%);
-webkit-backdrop-filter: blur(10px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 16px;
Share this tool
📖

How to Use

Step 1

Adjust Parameters

Adjust Parameters

Adjust opacity, blur, and border

Step 2

Preview

Preview

See glass effect in real time

Step 3

Copy

Copy

Copy CSS code for use

Features

Blur Control

Adjust backdrop-filter blur amount

Background Customization

Customize background image or color

Border & Shadow

Configure glass-style border and shadow

FAQ

A UI design trend with frosted glass-like translucent effects.