Liquid Glass Examples

Explore our collection of liquid glass effects with ready-to-use code. Perfect for modern interfaces.

Create Your Own

iOS Glass Card

Beginner

Classic iOS frosted glass effect

Mobile
98% love this

iOS Glass Card

Hover to interact

styles.css
.ios-glass-card {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(1px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 48px rgba(31, 38, 135, 0.37);
}
Customize

Vision Pro Glass

Advanced

Apple Vision Pro spatial glass

Spatial
95% love this

Vision Pro Glass

Hover to interact

styles.css
.vision-pro-glass {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 0 48px rgba(99, 102, 241, 0.4), 0 16px 64px rgba(31, 38, 135, 0.4);
}
Customize

macOS Window

Intermediate

macOS translucent window effect

Desktop
87% love this

macOS Window

Hover to interact

styles.css
.macos-window {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.4);
}
Customize

Material Glass

Beginner

Google Material Design glass

Web
92% love this

Material Glass

Hover to interact

styles.css
.material-glass {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 6px 24px rgba(31, 38, 135, 0.65);
}
Customize

Popular Glass Combinations

iOS + Medium Blur

Perfect for mobile interfaces

68%

Vision Pro + High Transparency

Ideal for spatial computing

45%

Material + Strong Border

Great for web applications

52%