ToolypetMCP
intermediate3 minutescss

Glassmorphism Effect

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

glassmorphismbackdrop-filtergradientmodern

何时使用此配方

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.

步骤

1

Filter Generator

试用此工具

Apply the frosted glass blur

提示词:Generate backdrop-filter: blur(16px) saturate(180%) for a frosted glass effect
2

Gradient Generator

试用此工具

Add a subtle white overlay

提示词: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

试用此工具

Round the glass panel corners

提示词:Generate 16px border radius for all corners

常见问题

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.

相关配方