1.1 · Aesthetic

Glassmorphism.

Frosted-glass UI — semi-transparent, blurred, with a thin highlight border. Designed to be read against vivid, colorful backgrounds.

What it is

Glassmorphism makes UI elements look like frosted glass — semi-transparent, blurred, with a subtle border. Imagine a glass panel sitting in front of a colorful, blurry background. The panel lets some of the background bleed through while remaining readable.

How it works

The magic happens with two CSS properties: backdrop-filter: blur() which blurs everything behind the element, and a background-color set to rgba() (red, green, blue, alpha) where alpha is a low value like 0.15 making it partially transparent. A thin white border at low opacity completes the glass look. You always need a colorful, vibrant background behind the glass panels — otherwise there's nothing to blur.

backdrop-filterCSS property that blurs the content behind an element
rgba()Color with transparency — the 4th value (alpha) controls how see-through it is
Semi-transparentPartially see-through — like looking through tinted glass
Best backgroundPurple/blue/pink gradients, abstract blobs, or colorful photos

Live demo

Live

Tools that feel weightless.

A glass-style SaaS surface, rendered with backdrop-filter.

Realtime sync

Every keystroke replicates across devices in under 60ms.

Quiet AI

Suggestions appear only when you pause. Never interrupting.

Private by default

End-to-end encrypted workspaces. Zero analytics.

Copy this prompt

Prompt · 1.1 Glassmorphism
Build a glassmorphism SaaS landing page. Use a vivid purple-to-blue gradient background (#667eea to #764ba2). Create 3 feature cards that look like frosted glass panels — each card should have background: rgba(255,255,255,0.15), a backdrop-filter blur of 12px, a white border at 30% opacity, and a subtle drop shadow. Text should be white. Add a glass-style navbar at the top.

Example sites to study