Editorialglassmorphicexperimentalplayful

Holographic

An iridescent glass theme: violet-to-aqua sheen, frosted surfaces, and soft glow for futuristic, premium product UIs.

by PromptsRush· MIT· v1.0.0· shadcn, tailwind, css-vars
Download design.md
Lumen
Get started
✦ New release

Build something people love.

A live preview of this theme — every color, font, radius, and shadow you see is rendered straight from its tokens.

Start free Live demo
12.4k
Active users+18%
$48.2k
Revenue+7.1%
4.9
Rating2.1k
Quick actions
Prov2.0
Search anything…
CreateInvite

Color system

Click any swatch to copy. Contrast graded against WCAG.

Contrast (WCAG)AAA ≥ 7 · AA ≥ 4.5
AaBody text
16.86:1AAA
AaMuted text
6.22:1AA
AaPrimary button
5.7:1AA
AaCard text
17.51:1AAA
AaAccent
4.89:1AA

Typography

5xl3remDesign with intent
4xl2.25remDesign with intent
3xl1.875remDesign with intent
2xl1.5remDesign with intent
xl1.25remThe quick brown fox jumps over the lazy dog
lg1.125remThe quick brown fox jumps over the lazy dog
base1remThe quick brown fox jumps over the lazy dog
sm0.875remThe quick brown fox jumps over the lazy dog
xs0.75remThe quick brown fox jumps over the lazy dog

Body sample. Sora carries running text — readable paragraphs, comfortable measure, and a rhythm that holds up across long pages of content and UI.

Radius, shadow & fonts

Radius · base 1rem
sm
base
lg
xl
Shadow
sm
md
lg
Fonts
Sans
Sora
Aa Bb Cc 0123
Mono
JetBrains Mono
Aa Bb Cc 0123

Components

Real UI rendered with this theme's tokens.

Buttons
PrimarySecondaryOutlineAccentGhostDelete
Badges
PrimarySecondaryAccent
Input
you@example.com
Card title

A surface for grouping content, with the theme's border, radius, and shadow.

Accent callout
Use the accent surface for highlights, tips, and gentle emphasis.

Principles, guidelines & component specs

Do's & don'ts, spacing, motion, iconography, accessibility, and exact component specs — all in the design.md too.

Do

  • Use frosted, translucent surfaces with soft glow.
  • Anchor the iridescence with a clear violet primary.

Don't

  • Don't put long body text on translucent surfaces.
  • Don't stack heavy opaque shadows.
Spacing · base 0.25rem
1
2
3
4
6
8
12
16
24
32
48
Motion
fast · 180msbase · 300msslow · 500ms
ease · cubic-bezier(0.4,0,0.2,1)
  • Slow, shimmering transitions reinforce the glassy sheen.
Easing & duration (hover)

Hover to feel this theme's base transition.

Iconography

Lucide · 1.5px stroke · 1rem. Outline icons with a consistent stroke width; size icons to match adjacent text and align them optically.

Accessibility
Contrast
WCAG AA — 4.5:1 text, 3:1 UI
Focus
2px solid var(--ring), 2px offset
Targets
44x44px
  • Never use color as the only signal — pair it with text, an icon, or a shape.
  • Every interactive element must be keyboard reachable and show a visible focus ring.
  • Honor prefers-reduced-motion: reduce by disabling non-essential animation.
  • Keep a logical heading order and give every form control a label.
Component specs
Button
Backgroundvar(--primary)
Textvar(--primary-foreground)
Radius1rem
Padding0 1.2rem
Height2.7rem
Weight600
Badge
Backgroundvar(--accent) / var(--primary)
Textvar(--accent-foreground) / var(--primary-foreground)
Radius9999px
Padding0.15rem 0.55rem
Font size0.72rem
Weight600

Use for status, counts, and short labels. Keep to one or two words.

Alert
Radius1.5rem
Padding1rem 1.25rem
Border1px solid var(--border)

Always pair the color with an icon and a text label — never rely on color alone.

Form field
Backgroundvar(--background)
Border1px solid var(--input)
Radius1rem
Height2.7rem
Padding0.5rem 0.75rem

Label sits above the field; helper or error text sits below.

Card
Backgroundvar(--card)
Textvar(--card-foreground)
Border1px solid var(--border)
Radius1.25rem
Padding1.5rem
Shadow0 0 32px -6px rgba(124,58,237,0.30)

The design brief

Holographic is an iridescent glassmorphic design system: a violet-to-aqua sheen, frosted surfaces, and soft glow. It feels futuristic, premium, and slightly otherworldly.

Principles

  • Frosted, translucent surfaces with a violet-aqua sheen.
  • Soft glow and high radii create a polished, glassy feel.
  • A violet primary anchors the iridescence so actions stay clear.

When to use

Use Holographic for AI products, futuristic SaaS, and premium launches. Avoid it for dense data UIs where translucency hurts legibility.

Signature details

  • Violet #7c3aed primary over frosted glass surfaces.
  • Sora + JetBrains Mono, 1rem radius, soft glow.

Use this with your AI

Download or copy the design.md and paste it into Claude, Cursor, or v0 — it tells the agent exactly which colors, fonts, radii, and shadows to use, so your site comes out looking like this.

Export tokens

Drop straight into your codebase.

:root {
  --radius: 1rem;
  --background: #fbfaff;
  --foreground: #1c1530;
  --card: #ffffff;
  --card-foreground: #1c1530;
  --popover: #ffffff;
  --popover-foreground: #1c1530;
  --primary: #7c3aed;
  --primary-foreground: #ffffff;
  --secondary: #f3f0fe;
  --secondary-foreground: #1c1530;
  --muted: #f1effa;
  --muted-foreground: #62597e;
  --accent: #e9f7fb;
  --accent-foreground: #0e7490;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --border: #e7e3f5;
  --input: #e7e3f5;
  --ring: #7c3aed;
  --shadow-sm: 0 1px 2px rgba(124,58,237,0.10);
  --shadow-md: 0 0 32px -6px rgba(124,58,237,0.30);
  --shadow-lg: 0 0 64px -10px rgba(34,211,238,0.30);
  --font-sans: 'Sora', ui-sans-serif, system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --ease-standard: cubic-bezier(0.4,0,0.2,1);
  --ease-emphasized: cubic-bezier(0.16,1,0.3,1);
  --duration-base: 300ms;
}

.dark {
  --background: #0d0a1a;
  --foreground: #ece8fb;
  --card: #16122b;
  --card-foreground: #ece8fb;
  --popover: #16122b;
  --popover-foreground: #ece8fb;
  --primary: #c4b5fd;
  --primary-foreground: #2e1065;
  --secondary: #1e193a;
  --secondary-foreground: #ece8fb;
  --muted: #1e193a;
  --muted-foreground: #a89fc9;
  --accent: #1b3a44;
  --accent-foreground: #a5f0fb;
  --destructive: #fb7185;
  --destructive-foreground: #450a0a;
  --border: #272042;
  --input: #272042;
  --ring: #c4b5fd;
}