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

Apply the frosted glass blur

プロンプト:Generate backdrop-filter: blur(16px) saturate(180%) for a frosted glass effect
2

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.

関連レシピ