Teal Sheet Glassmorphism CSS
Teal Sheet is a brand-friendly teal glass surface with 30px backdrop blur.
backdrop-filter
Glass Surface
Output
Copy-ready CSS
Pure CSS
background: rgba(20, 184, 166, 0.28);
backdrop-filter: blur(30px) saturate(190%);
-webkit-backdrop-filter: blur(30px) saturate(190%);
border: 1px solid rgba(153, 246, 228, 0.4);
border-radius: 12px;
box-shadow: 0 24px 70px -32px rgba(0, 0, 0, 0.22);Tailwind v4
bg-[rgba(20,184,166,0.28)] backdrop-blur-[30px] backdrop-saturate-[190%] rounded-[12px] border border-[rgba(153,246,228,0.4)] shadow-[0_24px_70px_-32px_rgba(0,0,0,0.22)] When to use it
Teal Sheet is a teal glassmorphism preset for translucent cards, overlays, navigation panels, and dashboard surfaces. It combines 30px of blur with 190% saturation, a 28% background tint, and a 12px radius. Teal Sheet is a brand-friendly teal glass surface with 30px backdrop blur. The style includes both backdrop-filter and -webkit-backdrop-filter declarations so the visual is portable across modern browsers. A soft shadow is included so the pane separates from busy color behind it. Use it over a colorful or image-heavy background where the glass effect can catch light, then tune opacity, border strength, blur, and radius in the generator before copying the final CSS.
Explore more
More CSS Forge paths
Related
Similar glass presets
These presets share tone and surface tags with Teal Sheet.
Violet Sheet
Violet Sheet is a violet wash for expressive panels with 30px backdrop blur.
Amber Sheet
Amber Sheet is a warm amber tint for highlight cards with 30px backdrop blur.
Rose Sheet
Rose Sheet is a rose-tinted glass style for accents with 30px backdrop blur.
Frost Sheet
Frost Sheet is a clear frosted white surface with 30px backdrop blur.
Mist Sheet
Mist Sheet is a cool blue-tinted glass layer with 30px backdrop blur.