Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build dark-mode glassmorphism interfaces with readable contrast, frosted surfaces, and gradient borders using a pseudo-element mask. Use when asked for glass cards, frosted dark hero sections, blur panels, or dark UI systems with gradient/glow borders.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 28% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 43% | 0% |
HTML/CSS, Tailwind, or React) and target surface (hero, dashboard, modal, card).backdrop-filter, transparent dark fill, and subtle inner highlight..border-gradient::before) to key surfaces.Use these as defaults and tune per brand.
css:root { --bg-0: #020617; --bg-1: #0b1220; --glass-fill: rgba(15, 23, 42, 0.45); --glass-fill-strong: rgba(15, 23, 42, 0.62); --text-main: #e2e8f0; --text-muted: #94a3b8; --accent: #60a5fa; }
css.glass-panel { background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)); background-color: var(--glass-fill); border-radius: 24px; box-shadow: 0 20px 48px rgba(2, 6, 23, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%); }
css.border-gradient { position: relative; } .border-gradient::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; background: linear-gradient( 145deg, rgba(148, 163, 184, 0.28) 0%, rgba(96, 165, 250, 0.36) 45%, rgba(168, 85, 247, 0.3) 70%, rgba(148, 163, 184, 0.18) 100% ); pointer-events: none; }
html<section class="relative rounded-3xl border-gradient bg-slate-950/45 backdrop-blur-xl p-8 shadow-[0_20px_48px_rgba(2,6,23,0.45),inset_0_1px_0_rgba(255,255,255,0.12)]"> <h2 class="text-slate-100 text-2xl font-semibold">Frosted Panel</h2> <p class="text-slate-400 mt-2">Dark glass card with masked gradient border.</p> </section>
#cbd5e1 on dark glass surfaces.outline or bright border state).--glass-fill-strong).Other measured skills in the registry, with their headline benchmark lift.