TEXTURE / 3%
Back to library
INTERACTION_010
Glass Panel.
Backdrop blur plus a translucent gradient and an inset top highlight. Reserved for floating control surfaces, never content cards.
- CATEGORY
- App UI
- COMPLEXITY
- Easy
- TECH
- CSS
- PLATFORM
- Both
- PERFORMANCE
- Medium
LIVE PLAYGROUND
GLASS / SURFACE
Blur 24px · edge light
CSS / CSS
.glass {
background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
backdrop-filter: blur(24px) saturate(140%);
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 24px;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.12),
0 30px 80px -40px rgba(0, 0, 0, 0.9);
}