next / vite / remix

Paris Ticket Blue

Paris Ticket Blue distills a high-contrast International Typographic Style poster into a production-ready system. The dominant electric azure carries the brand, paired with crisp neutral grays and generous whitespace for a confident, athletic, editorial feel. Heading type is grotesque and tight; body is clean and humanist. Minimal shadows and quiet tonal gradients keep the look flat, intentional, and graphic.

swiss
modernist
azure
editorial
bold
grotesque
high-contrast

paristicketblue.com

TicketBlue

Paris Olympics 2024

A bold, modernist design system built on electric azure and crisp Swiss typography.

Get your ticketTokens

paristicketblue.com

TicketBlue

Paris Olympics 2024

A bold, modernist design system built on electric azure and crisp Swiss typography.

Get your ticketTokens

Agent Prompt Surface

---
# Machine-readable tokens (the WHAT). The prose body gives the WHY + the rules.
colors:
  roles_light:
    background: "#FBFCFE"
    foreground: "#161A1D"
    card: "#FFFFFF"
    card-foreground: "#161A1D"
    popover: "#FFFFFF"
    popover-foreground: "#161A1D"
    primary: "#2497F9"
    primary-foreground: "#000000"
    secondary: "#E3F1F8"
    secondary-foreground: "#234375"
    muted: "#EEF3F6"
    muted-foreground: "#566570"
    accent: "#234375"
    accent-foreground: "#FFFFFF"
    destructive: "#BA1A1A"
    destructive-foreground: "#FFFFFF"
    border: "#D3DEE5"
    input: "#D3DEE5"
    ring: "#2497F9"
    success: "#1D8A4E"
    success-foreground: "#000000"
    warning: "#E08600"
    warning-foreground: "#1A1205"
    chart-1: "#2497F9"
    chart-2: "#234375"
    chart-3: "#71BCEE"
    chart-4: "#168EFB"
    chart-5: "#96A9B9"
typography:
  heading: { family: "Archivo", weights: [400, 500, 600, 700] }
  body: { family: "Inter", weights: [400, 500, 600, 700] }
  mono: { family: "JetBrains Mono", weights: [400, 500, 700] }
  scale: "major-third"
spacing:
  density: "balanced"
  base: "1rem"
  container: "1200px"
radius:
  sm: "0.125rem"
  md: "0.25rem"
  lg: "0.375rem"
  xl: "0.5rem"
components:
  button: { radius: "0.25rem", shape: "rounded", fill: "solid" }
  card: { radius: "0.5rem" }
  input: { radius: "0.25rem" }
  badge: { radius: "0.25rem" }
  borderWidth: "1px"

shadcn CSS Variables

/* Generated by Identity Forge design kits */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains%20Mono:wght@400;500;700&display=swap");

:root {
  --radius: 0.375rem;
  --font-heading: 'Archivo', sans-serif;
  --font-sans: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --background: 220 60% 99%;
  --foreground: 206 14% 10%;
  --card: 0 0% 100%;
  --card-foreground: 206 14% 10%;
  --popover: 0 0% 100%;
  --popover-foreground: 206 14% 10%;
  --primary: 208 95% 56%;
  --primary-foreground: 0 0% 0%;
  --secondary: 200 60% 93%;
  --secondary-foreground: 217 54% 30%;
  --muted: 203 31% 95%;
  --muted-foreground: 205 13% 39%;
  --accent: 217 54% 30%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 75% 42%;
  --destructive-foreground: 0 0% 100%;
  --border: 203 26% 86%;
  --input: 203 26% 86%;
  --ring: 208 95% 56%;
  --success: 147 65% 33%;
  --success-foreground: 0 0% 0%;
  --warning: 36 100% 44%;
  --warning-foreground: 37 68% 6%;
  --chart-1: 208 95% 56%;
  --chart-2: 217 54% 30%;
  --chart-3: 204 79% 69%;
  --chart-4: 209 97% 54%;
  --chart-5: 207 20% 66%;
  --shadow-sm: 0 1px 2px rgba(20,40,60,0.06);
  --shadow-md: 0 2px 6px rgba(20,40,60,0.08);
  --shadow-lg: 0 6px 16px rgba(20,40,60,0.10);
  --shadow-xl: 0 12px 32px rgba(20,40,60,0.12);
  --gradient-hero: linear-gradient(135deg, #2497f9 0%, #168efb 100%);
  --gradient-brand: linear-gradient(120deg, #234375 0%, #2497f9 100%);
  --gradient-subtle: linear-gradient(180deg, #f4fafb 0%, #e3f1f8 100%);
  --duration: 180ms;
  --duration-slow: 360ms;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --tracking-tight: -0.03em;
  --tracking-normal: 0em;
  --font-weight-heading: 700;
  --font-weight-body: 400;
  --button-radius: 0.25rem;
  --card-radius: 0.5rem;
  --input-radius: 0.25rem;
  --badge-radius: 0.25rem;
  --border-width: 1px;
  --card-border-width: 1px;
  --input-border-width: 1px;
  --button-border-width: 1px;
  --badge-border-width: 1px;
  --heading-transform: none;

Install Targets

Registry

/r/paris-ticket-blue.json

Tailwind v4

@theme inline {
  --font-heading: 'Archivo', sans-serif;
  --font-sans: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --color-background: hsl(var(--background));
  --color-foreground: hsl(var(--foreground));
  --color-card: hsl(var(--card));
  --color-card-foreground: hsl(var(--card-foreground));
  --color-popover: hsl(var(--popover));
  --color-popover-foreground: hsl(var(--popover-foreground));
  --color-primary: hsl(var(--primary));
  --color-primary-foreground: hsl(var(--primary-foreground));
  --color-secondary: hsl(var(--secondary));
  --color-secondary-foreground: hsl(var(--secondary-foreground));
  --color-muted: hsl(var(--muted));
  --color-muted-foreground: hsl(var(--muted-foreground));
  --color-accent: hsl(var(--accent));
  --color-accent-foreground: hsl(var(--accent-foreground));
  --color-destructive: hsl(var(--destructive));
  --color-destructive-foreground: hsl(var(--destructive-foreground));
  --color-border: hsl(var(--border));
  --color-input: hsl(var(--input));
  --color-ring: hsl(var(--ring));
  --color-success: hsl(var(--success));
  --color-success-foreground: hsl(var(--success-foreground));
  --color-warning: hsl(var(--warning));
  --color-warning-foreground: hsl(var(--warning-foreground));
  --color-chart-1: hsl(var(--chart-1));
  --color-chart-2: hsl(var(--chart-2));
  --color-chart-3: hsl(var(--chart-3));
  --color-chart-4: hsl(var(--chart-4));
  --color-chart-5: hsl(var(--chart-5));
  --radius-sm: 0.125rem;
  --radius-md: 0.25rem;
  --radius-lg: 0.375rem;
  --radius-xl: 0.5rem;
  --radius-button: 0.25rem;
  --radius-card: 0.5rem;
  --radius-input: 0.25rem;
  --radius-badge: 0.25rem;
  --border-width: 1px;
  --card-border-width: 1px;
  --input-border-width: 1px;
  --button-border-width: 1px;
  --badge-border-width: 1px;
  --shadow-sm: 0 1px 2px rgba(20,40,60,0.06);
  --shadow-md: 0 2px 6px rgba(20,40,60,0.08);
  --shadow-lg: 0 6px 16px rgba(20,40,60,0.10);
  --shadow-xl: 0 12px 32px rgba(20,40,60,0.12);
  --tracking-tight: -0.03em;
  --tracking-normal: 0em;
  --ease-kit: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-kit: 180ms;
  --duration-kit-slow: 360ms;
  --gradient-hero: linear-gradient(135deg, #2497f9 0%, #168efb 100%);
  --gradient-brand: linear-gradient(120deg, #234375 0%, #2497f9 100%);
  --gradient-subtle: linear-gradient(180deg, #f4fafb 0%, #e3f1f8 100%);
  --font-weight-heading: 700;
  --font-weight-body: 400;
}

Registry payload

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "paris-ticket-blue",
  "type": "registry:theme",
  "title": "Paris Ticket Blue",
  "description": "A bold Swiss-modernist design kit anchored on vibrant azure blue, clean whites, and editorial grays — inspired by an Olympic ticket poster.",
  "categories": [
    "swiss",
    "modernist",
    "azure",
    "editorial",
    "bold",
    "grotesque",
    "high-contrast"
  ],
  "cssVars": {