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.

관련 레시피