kitzos

Glassmorphism Generator

Design frosted-glass CSS effects with live preview. Copy blur, border, and background code.

Glass card

Live preview

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

How to use

  1. 1

    Tune glass effect

    Adjust blur, opacity, and border strength.

  2. 2

    Preview

    See the frosted card on a gradient backdrop.

  3. 3

    Copy CSS

    Paste backdrop-filter and background rules into your design.

Frequently Asked Questions

backdrop-filter works in modern Chromium, Safari, and Firefox.