<!-- Markdown version of https://ocxly.com/glassmorphism-generator.html · auto-generated, may lag the live page -->

# Glassmorphism Generator

Design frosted-glass UI cards with live preview — tune blur, transparency, saturation and border — and copy the CSS. Runs entirely in your browser.

### How it works

Glassmorphism layers a translucent fill over a blurred view of whatever sits behind it. The magic is `backdrop-filter: blur() saturate()`, which samples and blurs the background; a semi-transparent `background` and a faint light border complete the frosted look. Note `backdrop-filter` needs the `-webkit-` prefix in Safari — both are included in the output.

---
*Source: [ocxly.com/glassmorphism-generator.html](https://ocxly.com/glassmorphism-generator.html) — OCXLY, free 100% client-side privacy-first tools. Free glassmorphism CSS generator with live preview. Tune blur, transparency, saturation and border for frosted-glass cards, and copy the CSS (with -webkit- prefix). Runs in your browser.*
