Editorialglassmorphicplayful

Aurora

Soft glassmorphic theme with violet glow.

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
15.7:1AAA
AaMuted text
4.52:1AA
AaPrimary button
5.7:1AA
AaCard text
16.78:1AAA
AaAccent
7.57:1AAA

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. Plus Jakarta Sans 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
Plus Jakarta Sans
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

  • Lean on the violet accent and soft pastel surfaces.
  • Round generously and keep spacing airy.
  • Tint shadows with the accent for a glow.

Don't

  • Don't use hard or black shadows.
  • Don't go sharp-cornered.
  • Don't overcrowd — let it breathe.
Spacing · base 0.25rem
1
2
3
4
6
8
12
16
24
32
Motion
fast · 180msbase · 300msslow · 500ms
ease · cubic-bezier(0.4,0,0.2,1)
  • Glide and gently overshoot — motion should feel alive.
  • Use the emphasized spring for entrances.
Easing & duration (hover)

Hover to feel this theme's base transition.

Iconography

Lucide · 1.75px stroke · 1rem. Rounded 1.75px icons; tint chips with the violet accent.

Accessibility
Contrast
WCAG AA — 4.5:1 text
Focus
2px solid var(--ring), 2px offset
Targets
44x44px
  • Check pastel text stays above 4.5:1.
  • Honor reduced motion — the springs are decorative.
Component specs
Button
Backgroundvar(--primary)
Textvar(--primary-foreground)
Radius1rem
Padding0.5rem 1rem
Height2.75rem
Weight600
Badge
Backgroundvar(--accent) / var(--primary)
Textvar(--accent-foreground) / var(--primary-foreground)
Radius9999px
Padding0.15rem 0.55rem
Font size0.75rem
Weight700

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.5rem
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.4rem
Padding1.4rem
Shadow0 8px 28px -6px rgba(124,58,237,0.18)

The design brief

Aurora is soft and glassy — violet light, generous radius, and gentle glow shadows.

Principles

  • Pastel depth. Violet accents over near-white and deep plum, with blur-friendly surfaces.
  • Round and friendly. A large radius and airy spacing keep it approachable.
  • Glow, not gloom. Shadows are tinted with the accent for a luminous feel.

When to use

Consumer apps, AI products, onboarding, and playful marketing.

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: #f7f7fb;
  --foreground: #1e1b2e;
  --card: #ffffff;
  --card-foreground: #1e1b2e;
  --popover: #ffffff;
  --popover-foreground: #1e1b2e;
  --primary: #7c3aed;
  --primary-foreground: #ffffff;
  --secondary: #f1eefb;
  --secondary-foreground: #4c1d95;
  --muted: #f1eefb;
  --muted-foreground: #6b7280;
  --accent: #ede9fe;
  --accent-foreground: #5b21b6;
  --destructive: #ef4444;
  --border: #e9e4f5;
  --input: #e9e4f5;
  --ring: #a78bfa;
  --shadow-sm: 0 2px 8px rgba(124,58,237,0.08);
  --shadow-md: 0 8px 28px -6px rgba(124,58,237,0.18);
  --shadow-lg: 0 20px 48px -10px rgba(124,58,237,0.28);
  --font-sans: 'Plus Jakarta Sans', 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.34,1.56,0.64,1);
  --duration-base: 300ms;
}

.dark {
  --background: #14111f;
  --foreground: #ece9f5;
  --card: #1d1830;
  --card-foreground: #ece9f5;
  --popover: #1d1830;
  --popover-foreground: #ece9f5;
  --primary: #a78bfa;
  --primary-foreground: #14111f;
  --secondary: #241d38;
  --secondary-foreground: #ddd6fe;
  --muted: #241d38;
  --muted-foreground: #a99fce;
  --accent: #2a2140;
  --accent-foreground: #ddd6fe;
  --destructive: #f87171;
  --border: #332a4d;
  --input: #3a3057;
  --ring: #8b5cf6;
}