← Back
Best viewed on a desktop. Please switch to a larger device.

Glass
morphism

A UI aesthetic that simulates frosted glass - translucent surfaces with backdrop blur set against vibrant, colorful backgrounds. Depth is created not through shadows, but through layers of transparency and refracted light.

backdrop-filter rgba transparency layered depth gradient mesh
✦ Frosted Panel

Translucent Surface

Background blur creates a frosted glass effect - the colorful world behind bleeds through.

β—ˆ Layered Depth

Z-axis Through Blur

Stacking glass panels at different blur intensities conveys hierarchy without shadows.

⬑ Background Reliance

Needs a Vivid Backdrop

Glassmorphism only works when placed over rich, colorful backgrounds or imagery.

Technique

How It Works

🌫️

Backdrop Blur

The CSS backdrop-filter: blur() property blurs everything rendered behind the element, creating the frosted appearance.

backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
πŸ’§

RGBA Transparency

Surfaces use semi-transparent backgrounds - typically 8–20% white opacity - allowing the blurred background to show through.

background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.20);
🎨

Vivid Background

The technique requires a colorful, high-contrast backdrop. Multi-point gradient meshes or photography work best.

background: radial-gradient(
ellipse at 20%, #7C3AED55,
transparent 50%);
Opacity

Transparency Spectrum

4%
Ultra Light
Hover states, subtle fills
8%
Light
Sidebar, nav items
12%
Medium
Cards, panels
18%
Strong
Active elements, buttons
25%
Bold
Modals, toasts
Components

UI Components

Buttons
Form Fields
Tags & Toggles
Design Development Motion Color Typography Layout
Cards

Card Patterns

πŸ‘€

Alex Morgan

Lead Designer Β· Glass Studio
142
Posts
8.4k
Follows
2.1k
Likes

Notifications

Mark all read

New comment on your post

Sarah left a reply on "Glassmorphism Trends"

2m

Design file shared

Alex shared "UI Kit v3.0" with you

1h

Mentioned in thread

Jamie tagged you in a conversation

3h
Pro Plan

Everything you need

$29/mo
✦Unlimited projects
✦Advanced glassmorphism kit
✦Custom color system
✦Priority support
✦Export to Figma & Code
Layout

Full Application Layout

πŸ‘€
πŸ“ŠDashboard
πŸ“ˆAnalytics
πŸ—‚οΈProjects
πŸ‘₯Team
πŸ’¬Messages
βš™οΈSettings

Overview

12.4k
Total Users
↑ 12% this month
$48.2k
Revenue
↑ 8.4%
342
Active Now
↓ 3%
99.8%
Uptime
All systems go
Weekly Traffic
Principles

Core Principles

🌫️

Blur as Depth

Use backdrop-filter blur to create perceived distance between layers. More blur = more depth between the surface and what's behind it.

πŸ’§

Restraint in Opacity

Keep backgrounds at 8–18% opacity. Too opaque loses the glass effect; too transparent loses readability. The sweet spot is everything.

✨

Top-Edge Highlight

A single-pixel top border gradient from semi-transparent white simulates a light source catching the glass edge. Subtle but essential.

🎨

Invest in Backgrounds

Without a rich, colorful backdrop, glass surfaces look empty. Multi-point gradient meshes and photography are the foundation of the aesthetic.