1001Ferramentas
🪟 Dev

CSS Glassmorphism Generator

Create frosted-glass effects with backdrop-filter, transparency and borders. Adjust blur, saturation and opacity. Live preview and copy-ready CSS. Everything in your browser.

Glassmorphism

O que é Glassmorphism?

Glassmorphism é um estilo visual que simula vidro fosco: fundo translúcido, leve desfoque do conteúdo atrás (backdrop-filter: blur()) e uma borda sutil. Foi popularizado pelo macOS Big Sur e Windows 11.

Funciona melhor sobre fundos coloridos ou imagens — em fundos sólidos, o efeito é quase invisível. Combine com backdrop-filter: saturate() para realçar as cores que aparecem por trás.

Compatibilidade: requer browsers modernos. Para Safari, inclua -webkit-backdrop-filter.

Create the frosted-glass effect (glassmorphism)

Glassmorphism, that translucent frosted-glass look Apple and Microsoft helped make popular, lends cards and panels a modern feel. Recreating it in CSS means pulling together transparency, background blur and subtle borders, and that's exactly the part this generator handles visually.

Move the blur (the backdrop-filter), the saturation, the opacity and the borders around, and the effect shifts in real time over a sample background. Once it looks the way you pictured it, one click copies the finished CSS, with the right properties to work across browsers.

It runs in the browser, nothing to install. It ends up being a quick route into one of the most distinctive interface trends of recent years, no memorising the backdrop-filter syntax required.

Related Tools