ToolypetMCP
intermediate3 minutescss

Glassmorphism Effect

Create a frosted glass effect using backdrop-filter, gradient overlay, and border styling.

glassmorphismbackdrop-filtergradientmodern

Cuándo usar esta receta

Glassmorphism is a popular design trend seen in Apple's macOS and Windows 11. Use it for modals, cards, or navigation bars that overlay rich backgrounds.

Pasos

1

Apply the frosted glass blur

Indicación:Generate backdrop-filter: blur(16px) saturate(180%) for a frosted glass effect
2

Gradient Generator

Probar esta herramienta

Add a subtle white overlay

Indicación:Generate a linear gradient from rgba(255,255,255,0.15) to rgba(255,255,255,0.05) at 135 degrees
3

Border Radius Generator

Probar esta herramienta

Round the glass panel corners

Indicación:Generate 16px border radius for all corners

Preguntas frecuentes

Does glassmorphism work in all browsers?

backdrop-filter is supported in all modern browsers. For older browsers, use a solid semi-transparent background as fallback.

What background works best behind glass?

Colorful gradients, images, or animated backgrounds create the most striking glass effect. Solid colors won't show the blur.

Recetas relacionadas