shadcn/ui theme · dark original

Aurora

Cool teal and violet over near-black, made for gradient hero sections and glassmorphism.

darkgradientvibrant

Install

npx shadcn@latest add https://csscreme.com/r/aurora.json

Requires a project with shadcn/ui set up. Prefer to paste? The CSS variables are below.

Partial install

Live preview

Revenue

Last 30 days across all workspaces.

Total

$48,210+12.4%

Active

1,204+3.1%

Churn

0.8%-0.2%

Tokens

:root {
  --background: oklch(98.8% 0.001 286.4);
  --foreground: oklch(23.2% 0.050 294.6);
  --card: oklch(97.1% 0.003 286.4);
  --card-foreground: oklch(23.2% 0.050 294.6);
  --popover: oklch(97.1% 0.003 286.4);
  --popover-foreground: oklch(23.2% 0.050 294.6);
  --primary: oklch(78.1% 0.120 190.2);
  --primary-foreground: oklch(15.2% 0.009 285.3);
  --secondary: oklch(97.7% 0.003 286.4);
  --secondary-foreground: oklch(23.2% 0.050 294.6);
  --muted: oklch(97.7% 0.003 286.4);
  --muted-foreground: oklch(52.3% 0.025 297.0);
  --accent: oklch(65.4% 0.211 296.6);
  --accent-foreground: oklch(15.2% 0.009 285.3);
  --destructive: oklch(62.6% 0.193 23.0);
  --destructive-foreground: oklch(15.2% 0.009 285.3);
  --border: oklch(83.3% 0.009 301.3);
  --input: oklch(83.3% 0.009 301.3);
  --ring: oklch(78.1% 0.120 190.2);
  --chart-1: oklch(78.1% 0.120 190.2);
  --chart-2: oklch(65.4% 0.211 296.6);
  --chart-3: oklch(57.4% 0.151 259.8);
  --chart-4: oklch(75.8% 0.189 148.7);
  --chart-5: oklch(69.5% 0.115 258.6);
  --sidebar: oklch(98.0% 0.003 286.4);
  --sidebar-foreground: oklch(23.2% 0.050 294.6);
  --sidebar-primary: oklch(78.1% 0.120 190.2);
  --sidebar-primary-foreground: oklch(15.2% 0.009 285.3);
  --sidebar-accent: oklch(97.7% 0.003 286.4);
  --sidebar-accent-foreground: oklch(23.2% 0.050 294.6);
  --sidebar-border: oklch(83.3% 0.009 301.3);
  --sidebar-ring: oklch(78.1% 0.120 190.2);
  --radius: 16px;
  --shadow-2xs: 0 1px 2px 0px rgb(31 24 50 / 0.05);
  --shadow-xs: 0 1px 3px 0px rgb(31 24 50 / 0.06);
  --shadow-sm: 0 1px 3px 0px rgb(31 24 50 / 0.08), 0 1px 2px -1px rgb(31 24 50 / 0.08);
  --shadow-md: 0 4px 6px -1px rgb(31 24 50 / 0.09), 0 2px 4px -2px rgb(31 24 50 / 0.09);
  --shadow-lg: 0 10px 15px -3px rgb(31 24 50 / 0.1), 0 4px 6px -4px rgb(31 24 50 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(31 24 50 / 0.12), 0 8px 10px -6px rgb(31 24 50 / 0.12);
  --shadow-2xl: 0 25px 50px -12px rgb(31 24 50 / 0.22);
  --spacing: 4px;
}

.dark {
  --background: oklch(16.2% 0.031 291.7);
  --foreground: oklch(95.3% 0.026 297.9);
  --card: oklch(21.9% 0.052 291.8);
  --card-foreground: oklch(95.3% 0.026 297.9);
  --popover: oklch(21.9% 0.052 291.8);
  --popover-foreground: oklch(95.3% 0.026 297.9);
  --primary: oklch(78.1% 0.120 190.2);
  --primary-foreground: oklch(15.2% 0.009 285.3);
  --secondary: oklch(20.0% 0.043 290.3);
  --secondary-foreground: oklch(95.3% 0.026 297.9);
  --muted: oklch(20.0% 0.043 290.3);
  --muted-foreground: oklch(65.7% 0.070 295.1);
  --accent: oklch(65.4% 0.211 296.6);
  --accent-foreground: oklch(15.2% 0.009 285.3);
  --destructive: oklch(62.6% 0.193 23.0);
  --destructive-foreground: oklch(15.2% 0.009 285.3);
  --border: oklch(31.8% 0.043 295.3);
  --input: oklch(31.8% 0.043 295.3);
  --ring: oklch(78.1% 0.120 190.2);
  --chart-1: oklch(78.1% 0.120 190.2);
  --chart-2: oklch(65.4% 0.211 296.6);
  --chart-3: oklch(57.4% 0.151 259.8);
  --chart-4: oklch(75.8% 0.189 148.7);
  --chart-5: oklch(69.5% 0.115 258.6);
  --sidebar: oklch(19.1% 0.042 293.0);
  --sidebar-foreground: oklch(95.3% 0.026 297.9);
  --sidebar-primary: oklch(78.1% 0.120 190.2);
  --sidebar-primary-foreground: oklch(15.2% 0.009 285.3);
  --sidebar-accent: oklch(20.0% 0.043 290.3);
  --sidebar-accent-foreground: oklch(95.3% 0.026 297.9);
  --sidebar-border: oklch(31.8% 0.043 295.3);
  --sidebar-ring: oklch(78.1% 0.120 190.2);
  --shadow-2xs: 0 1px 2px 0px rgb(241 236 255 / 0.16);
  --shadow-xs: 0 1px 3px 0px rgb(241 236 255 / 0.18);
  --shadow-sm: 0 1px 3px 0px rgb(241 236 255 / 0.22), 0 1px 2px -1px rgb(241 236 255 / 0.22);
  --shadow-md: 0 4px 6px -1px rgb(241 236 255 / 0.26), 0 2px 4px -2px rgb(241 236 255 / 0.26);
  --shadow-lg: 0 10px 15px -3px rgb(241 236 255 / 0.3), 0 4px 6px -4px rgb(241 236 255 / 0.3);
  --shadow-xl: 0 20px 25px -5px rgb(241 236 255 / 0.34), 0 8px 10px -6px rgb(241 236 255 / 0.34);
  --shadow-2xl: 0 25px 50px -12px rgb(241 236 255 / 0.45);
}

Tailwind v4

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
  --radius: var(--radius);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --shadow-2xs: var(--shadow-2xs);
  --shadow-xs: var(--shadow-xs);
  --shadow-sm: var(--shadow-sm);
  --shadow-md: var(--shadow-md);
  --shadow-lg: var(--shadow-lg);
  --shadow-xl: var(--shadow-xl);
  --shadow-2xl: var(--shadow-2xl);
  --spacing: var(--spacing);
}

Colors are OKLCH. Contrast is checked in both modes: foreground on background, on cards, and button labels on the primary fill.

DESIGN.md for AI agents

Design context for Cursor, Claude Code, Codex, v0 or Lovable. Paste it in before you ask for UI, or commit it at your repo root as DESIGN.md. Every colour, ratio and rule below is computed from this theme, not written by hand, so the agent can be held to it.

curl -o DESIGN.md https://csscreme.com/d/aurora.md
The file
# DESIGN.md — Aurora

> Design context for AI coding agents. Paste this file into Cursor, Claude Code, Codex, v0 or Lovable
> before asking for UI, or commit it at your repo root as `DESIGN.md`.

- **Source:** [Aurora on CSS Crème](https://csscreme.com/themes/aurora)
- **Default mode:** dark
- **Tags:** dark, gradient, vibrant
- **Install as a real shadcn/ui theme:** `npx shadcn@latest add https://csscreme.com/r/aurora.json`
- **Fingerprint:** `fnv1a-e3d9fceb` — a hash of the token set below. It changes only when a token changes.
- **Verify this copy:** call the MCP tool `verify_design_md` with `{ "id": "aurora", "fingerprint": "fnv1a-e3d9fceb" }`
  at `https://csscreme.com/mcp`, or refetch https://csscreme.com/d/aurora.md. A stale copy is worse than none: an agent will follow it faithfully.
- **Also available as:** [DTCG tokens](https://csscreme.com/d/aurora.tokens.json) for Tokens Studio / Figma Variables · [agent rules block](https://csscreme.com/d/aurora.rules.md) for CLAUDE.md, AGENTS.md or .cursor/rules

Cool teal and violet over near-black, made for gradient hero sections and glassmorphism.

---

## Semantic color roles

Six roles carry the identity. Everything else in this file is derived from them.

| Role | Hex | OKLCH | Use it for |
| --- | --- | --- | --- |
| `bg` | `#0E0B1A` | `oklch(16.2% 0.031 291.7)` | page background |
| `surface` | `#1B1530` | `oklch(21.9% 0.052 291.8)` | cards, panels, popovers |
| `primary` | `#3FD0C9` | `oklch(78.1% 0.120 190.2)` | brand actions: primary buttons, links, focus rings |
| `accent` | `#A06BFF` | `oklch(65.4% 0.211 296.6)` | secondary emphasis only, never a second primary |
| `text` | `#F1ECFF` | `oklch(95.3% 0.026 297.9)` | body and heading text |
| `muted` | `#9489B8` | `oklch(65.7% 0.070 295.1)` | secondary text, borders, disabled states |

## Full token set (shadcn/ui, both modes)

Colors are OKLCH (Tailwind v4 / shadcn native). Brand colors are identical in both modes by design:
only the neutrals move, and they keep their hue, so light and dark read as the same design system.

| Token | Light | Dark |
| --- | --- | --- |
| `--background` | `oklch(98.8% 0.001 286.4)` | `oklch(16.2% 0.031 291.7)` |
| `--foreground` | `oklch(23.2% 0.050 294.6)` | `oklch(95.3% 0.026 297.9)` |
| `--card` | `oklch(97.1% 0.003 286.4)` | `oklch(21.9% 0.052 291.8)` |
| `--card-foreground` | `oklch(23.2% 0.050 294.6)` | `oklch(95.3% 0.026 297.9)` |
| `--popover` | `oklch(97.1% 0.003 286.4)` | `oklch(21.9% 0.052 291.8)` |
| `--popover-foreground` | `oklch(23.2% 0.050 294.6)` | `oklch(95.3% 0.026 297.9)` |
| `--primary` | `oklch(78.1% 0.120 190.2)` | `oklch(78.1% 0.120 190.2)` |
| `--primary-foreground` | `oklch(15.2% 0.009 285.3)` | `oklch(15.2% 0.009 285.3)` |
| `--secondary` | `oklch(97.7% 0.003 286.4)` | `oklch(20.0% 0.043 290.3)` |
| `--secondary-foreground` | `oklch(23.2% 0.050 294.6)` | `oklch(95.3% 0.026 297.9)` |
| `--muted` | `oklch(97.7% 0.003 286.4)` | `oklch(20.0% 0.043 290.3)` |
| `--muted-foreground` | `oklch(52.3% 0.025 297.0)` | `oklch(65.7% 0.070 295.1)` |
| `--accent` | `oklch(65.4% 0.211 296.6)` | `oklch(65.4% 0.211 296.6)` |
| `--accent-foreground` | `oklch(15.2% 0.009 285.3)` | `oklch(15.2% 0.009 285.3)` |
| `--destructive` | `oklch(62.6% 0.193 23.0)` | `oklch(62.6% 0.193 23.0)` |
| `--destructive-foreground` | `oklch(15.2% 0.009 285.3)` | `oklch(15.2% 0.009 285.3)` |
| `--border` | `oklch(83.3% 0.009 301.3)` | `oklch(31.8% 0.043 295.3)` |
| `--input` | `oklch(83.3% 0.009 301.3)` | `oklch(31.8% 0.043 295.3)` |
| `--ring` | `oklch(78.1% 0.120 190.2)` | `oklch(78.1% 0.120 190.2)` |
| `--chart-1` | `oklch(78.1% 0.120 190.2)` | `oklch(78.1% 0.120 190.2)` |
| `--chart-2` | `oklch(65.4% 0.211 296.6)` | `oklch(65.4% 0.211 296.6)` |
| `--chart-3` | `oklch(57.4% 0.151 259.8)` | `oklch(57.4% 0.151 259.8)` |
| `--chart-4` | `oklch(75.8% 0.189 148.7)` | `oklch(75.8% 0.189 148.7)` |
| `--chart-5` | `oklch(69.5% 0.115 258.6)` | `oklch(69.5% 0.115 258.6)` |
| `--sidebar` | `oklch(98.0% 0.003 286.4)` | `oklch(19.1% 0.042 293.0)` |
| `--sidebar-foreground` | `oklch(23.2% 0.050 294.6)` | `oklch(95.3% 0.026 297.9)` |
| `--sidebar-primary` | `oklch(78.1% 0.120 190.2)` | `oklch(78.1% 0.120 190.2)` |
| `--sidebar-primary-foreground` | `oklch(15.2% 0.009 285.3)` | `oklch(15.2% 0.009 285.3)` |
| `--sidebar-accent` | `oklch(97.7% 0.003 286.4)` | `oklch(20.0% 0.043 290.3)` |
| `--sidebar-accent-foreground` | `oklch(23.2% 0.050 294.6)` | `oklch(95.3% 0.026 297.9)` |
| `--sidebar-border` | `oklch(83.3% 0.009 301.3)` | `oklch(31.8% 0.043 295.3)` |
| `--sidebar-ring` | `oklch(78.1% 0.120 190.2)` | `oklch(78.1% 0.120 190.2)` |

**What is measured and what is derived.** The six roles are the source. `chart-*` and `sidebar-*` follow
fixed rules over them (chart-1 = primary, chart-2 = accent, chart-3/4 = primary rotated ±40°, chart-5 = the
primary–accent midpoint; sidebar maps onto surface, border and primary). `shadow-*` is the foreground
colour at a fixed opacity per step. None of those is a measurement, and an agent should treat them as
defaults it may override, unlike the six roles, which it may not.

## Typography

- **Headings:** Space Grotesk
- **Body:** Inter

## Shape and rhythm

- **Radius:** `16px` (the `--radius` token; derive smaller/larger from it, do not invent new values)
- **Spacing scale:** 4px base · 4 / 8 / 12 / 16 / 24 / 40

## Contrast, measured

Computed from the tokens above in dark mode, not asserted. Ratios are WCAG 2.1 relative luminance.

| Pair | Foreground | Background | Ratio | Verdict |
| --- | --- | --- | --- | --- |
| Body text on page background | `#F1ECFF` | `#0E0B1A` | 16.81:1 | AAA |
| Body text on card | `#F1ECFF` | `#1B1530` | 15.2:1 | AAA |
| Muted text on page background | `#9489B8` | `#0E0B1A` | 6.04:1 | AA |
| Button label on primary | `#0b0b0f` | `#3FD0C9` | 10.36:1 | AAA |
| Button label on accent | `#0b0b0f` | `#A06BFF` | 5.65:1 | AA |

## Rules for the agent

These are constraints, not suggestions. Each one is checkable against the tables above.

1. **Use only the tokens listed here.** Do not introduce a hex value that is not in the token table. If
   you need an in-between shade, mix two existing tokens rather than inventing a new hue.
2. **`#3FD0C9` (primary) is the only call-to-action color.** One primary action per view. `accent`
   is for secondary emphasis and must never be styled as a second primary button.
3. **Never restyle brand colors between light and dark.** Only neutrals change mode. A theme whose
   primary shifts between modes is a different theme.
4. **Respect the radius token.** Every corner derives from `16px`. Mixed radii across a view is
   the most common tell of generated UI.
5. **Stay on the spacing scale.** 4px base · 4 / 8 / 12 / 16 / 24 / 40. No arbitrary pixel values.
6. **Do not drop below the contrast ratios above.** If a combination you need is not in the contrast
   table, compute it before shipping it. Text under 4.5:1 fails AA.
7. **Headings in Space Grotesk, body in Inter.** Do not add a third family.
8. **Use the semantic role, not the raw color.** Write `var(--primary)`, never `#3FD0C9`, so the
   theme stays swappable.

## CSS variables

Paste into `globals.css`:

```css
:root {
  --background: oklch(98.8% 0.001 286.4);
  --foreground: oklch(23.2% 0.050 294.6);
  --card: oklch(97.1% 0.003 286.4);
  --card-foreground: oklch(23.2% 0.050 294.6);
  --popover: oklch(97.1% 0.003 286.4);
  --popover-foreground: oklch(23.2% 0.050 294.6);
  --primary: oklch(78.1% 0.120 190.2);
  --primary-foreground: oklch(15.2% 0.009 285.3);
  --secondary: oklch(97.7% 0.003 286.4);
  --secondary-foreground: oklch(23.2% 0.050 294.6);
  --muted: oklch(97.7% 0.003 286.4);
  --muted-foreground: oklch(52.3% 0.025 297.0);
  --accent: oklch(65.4% 0.211 296.6);
  --accent-foreground: oklch(15.2% 0.009 285.3);
  --destructive: oklch(62.6% 0.193 23.0);
  --destructive-foreground: oklch(15.2% 0.009 285.3);
  --border: oklch(83.3% 0.009 301.3);
  --input: oklch(83.3% 0.009 301.3);
  --ring: oklch(78.1% 0.120 190.2);
  --chart-1: oklch(78.1% 0.120 190.2);
  --chart-2: oklch(65.4% 0.211 296.6);
  --chart-3: oklch(57.4% 0.151 259.8);
  --chart-4: oklch(75.8% 0.189 148.7);
  --chart-5: oklch(69.5% 0.115 258.6);
  --sidebar: oklch(98.0% 0.003 286.4);
  --sidebar-foreground: oklch(23.2% 0.050 294.6);
  --sidebar-primary: oklch(78.1% 0.120 190.2);
  --sidebar-primary-foreground: oklch(15.2% 0.009 285.3);
  --sidebar-accent: oklch(97.7% 0.003 286.4);
  --sidebar-accent-foreground: oklch(23.2% 0.050 294.6);
  --sidebar-border: oklch(83.3% 0.009 301.3);
  --sidebar-ring: oklch(78.1% 0.120 190.2);
  --radius: 16px;
  --shadow-2xs: 0 1px 2px 0px rgb(31 24 50 / 0.05);
  --shadow-xs: 0 1px 3px 0px rgb(31 24 50 / 0.06);
  --shadow-sm: 0 1px 3px 0px rgb(31 24 50 / 0.08), 0 1px 2px -1px rgb(31 24 50 / 0.08);
  --shadow-md: 0 4px 6px -1px rgb(31 24 50 / 0.09), 0 2px 4px -2px rgb(31 24 50 / 0.09);
  --shadow-lg: 0 10px 15px -3px rgb(31 24 50 / 0.1), 0 4px 6px -4px rgb(31 24 50 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(31 24 50 / 0.12), 0 8px 10px -6px rgb(31 24 50 / 0.12);
  --shadow-2xl: 0 25px 50px -12px rgb(31 24 50 / 0.22);
  --spacing: 4px;
}

.dark {
  --background: oklch(16.2% 0.031 291.7);
  --foreground: oklch(95.3% 0.026 297.9);
  --card: oklch(21.9% 0.052 291.8);
  --card-foreground: oklch(95.3% 0.026 297.9);
  --popover: oklch(21.9% 0.052 291.8);
  --popover-foreground: oklch(95.3% 0.026 297.9);
  --primary: oklch(78.1% 0.120 190.2);
  --primary-foreground: oklch(15.2% 0.009 285.3);
  --secondary: oklch(20.0% 0.043 290.3);
  --secondary-foreground: oklch(95.3% 0.026 297.9);
  --muted: oklch(20.0% 0.043 290.3);
  --muted-foreground: oklch(65.7% 0.070 295.1);
  --accent: oklch(65.4% 0.211 296.6);
  --accent-foreground: oklch(15.2% 0.009 285.3);
  --destructive: oklch(62.6% 0.193 23.0);
  --destructive-foreground: oklch(15.2% 0.009 285.3);
  --border: oklch(31.8% 0.043 295.3);
  --input: oklch(31.8% 0.043 295.3);
  --ring: oklch(78.1% 0.120 190.2);
  --chart-1: oklch(78.1% 0.120 190.2);
  --chart-2: oklch(65.4% 0.211 296.6);
  --chart-3: oklch(57.4% 0.151 259.8);
  --chart-4: oklch(75.8% 0.189 148.7);
  --chart-5: oklch(69.5% 0.115 258.6);
  --sidebar: oklch(19.1% 0.042 293.0);
  --sidebar-foreground: oklch(95.3% 0.026 297.9);
  --sidebar-primary: oklch(78.1% 0.120 190.2);
  --sidebar-primary-foreground: oklch(15.2% 0.009 285.3);
  --sidebar-accent: oklch(20.0% 0.043 290.3);
  --sidebar-accent-foreground: oklch(95.3% 0.026 297.9);
  --sidebar-border: oklch(31.8% 0.043 295.3);
  --sidebar-ring: oklch(78.1% 0.120 190.2);
  --shadow-2xs: 0 1px 2px 0px rgb(241 236 255 / 0.16);
  --shadow-xs: 0 1px 3px 0px rgb(241 236 255 / 0.18);
  --shadow-sm: 0 1px 3px 0px rgb(241 236 255 / 0.22), 0 1px 2px -1px rgb(241 236 255 / 0.22);
  --shadow-md: 0 4px 6px -1px rgb(241 236 255 / 0.26), 0 2px 4px -2px rgb(241 236 255 / 0.26);
  --shadow-lg: 0 10px 15px -3px rgb(241 236 255 / 0.3), 0 4px 6px -4px rgb(241 236 255 / 0.3);
  --shadow-xl: 0 20px 25px -5px rgb(241 236 255 / 0.34), 0 8px 10px -6px rgb(241 236 255 / 0.34);
  --shadow-2xl: 0 25px 50px -12px rgb(241 236 255 / 0.45);
}
```

Tailwind v4 maps them into utilities:

```css
@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
  --radius: var(--radius);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --shadow-2xs: var(--shadow-2xs);
  --shadow-xs: var(--shadow-xs);
  --shadow-sm: var(--shadow-sm);
  --shadow-md: var(--shadow-md);
  --shadow-lg: var(--shadow-lg);
  --shadow-xl: var(--shadow-xl);
  --shadow-2xl: var(--shadow-2xl);
  --spacing: var(--spacing);
}
```

---

Generated by [CSS Crème](https://csscreme.com) — curated web design, decoded so you can build it.
Every value above is computed from the palette, not written by hand.

Or link an agent straight at /d/aurora.md — it is served as text/markdown with CORS open, so a tool can fetch it directly.

Fingerprint fnv1a-e3d9fceb Hash of the token set. Changes only when a token changes. An agent holding this file can ask the MCP verify_design_md whether its copy is still current.
DTCG tokens /d/aurora.tokens.json W3C Design Tokens format. Import into Tokens Studio or Figma Variables without retyping a hex.
Agent rules /d/aurora.rules.md A block for CLAUDE.md, AGENTS.md or .cursor/rules that makes every session read DESIGN.md before touching UI.

Every pair, measured dark mode

The DESIGN.md prints the five pairs an agent will actually produce. This is the whole grid: each token as text on each token as background, WCAG 2.1 ratio and verdict. No summary score, because a single number would hide the one pair that fails.

backgroundcardsecondaryprimaryaccentdestructiveforegroundmuted-foreground
background 1.11fail 1.06fail 10.24AAA 5.59AA 4.96AA 16.81AAA 6.04AA
card 1.11fail 1.04fail 9.26AAA 5.05AA 4.48AA large 15.2AAA 5.46AA
secondary 1.06fail 1.04fail 9.62AAA 5.25AA 4.66AA 15.79AAA 5.67AA
primary 10.24AAA 9.26AAA 9.62AAA 1.83fail 2.06fail 1.64fail 1.7fail
accent 5.59AA 5.05AA 5.25AA 1.83fail 1.13fail 3.01AA large 1.08fail
destructive 4.96AA 4.48AA large 4.66AA 2.06fail 1.13fail 3.39AA large 1.22fail
foreground 16.81AAA 15.2AAA 15.79AAA 1.64fail 3.01AA large 3.39AA large 2.78fail
muted-foreground 6.04AA 5.46AA 5.67AA 1.7fail 1.08fail 1.22fail 2.78fail

Rows are the text colour, columns the background. AAA is 7:1 or better, AA 4.5:1, AA large 3:1.

Where this came from

Themes here aren't randomised swatches — they start life as a palette in our design layer, studied against real interfaces. See the Aurora palette for the full role breakdown, font pairing and spacing scale, or browse the showcase and breakdowns the palettes are drawn from.

Font pairing Space Grotesk headings · Inter body  ·  Radius 16px

Related themes