Share
Build frosted-glass effects with live preview and copy-ready CSS.
Design beautiful frosted-glass UI elements with live preview. Tune blur, transparency, border, saturation, and shadow until it looks just right — then copy the generated CSS. Includes ready-to-paste Tailwind v4 utilities and vanilla CSS, with full RTL support.
Share this tool
Adjust the sliders below to dial in the perfect frosted glass effect. Copy the CSS or Tailwind classes when you're happy.
.glass {
background: rgba(255, 255, 255, 0.25);
border-radius: 20px;
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.18);
}bg-white/25 rounded-[20px] backdrop-blur-[16px] border border-white/18 shadow-2xl
Note: backdrop-filter requires a Safari-prefixed fallback — already included. Glass effects look best over busy backgrounds (gradients, photos, mesh).