Track your revenue and views all in one place with DataFast

Community kit

Indigo AI Brand Kit

Code-first developer brand — preview Space Grotesk typography and semantic color tokens, customize, and export DESIGN.md for AI coding agents.

Indigo AI colors, CSS, and typography

Reference tokens from the Indigo AI kit. Semantic colors, CSS variables, font families, and Tailwind mappings. Copy any block into your project or open the kit in the playground to export files.

Indigo AI typography

Headline font
Space Grotesk
Page titles, hero headlines, section headers
Body font
Inter
Paragraphs, UI text, long-form content

Indigo AI color palette

Nine semantic tokens. Primary #6366f1, accent #a78bfa. Style note: Code-first developer brand.

  • Background

    #0f0a1e

    Main page and app background

  • Text / Foreground

    #ede9fe

    Body text and default foreground

  • Surface / Card

    #1e1b4b

    Cards, modals, elevated surfaces

  • Primary

    #6366f1

    Buttons, links, primary actions

  • Primary Foreground

    #ffffff

    Text on primary surfaces

  • Accent

    #a78bfa

    Highlights, CTAs, interactive elements

  • Accent Foreground

    #0f0a1e

    Text on accent surfaces

  • Muted

    #312e81

    Subtle backgrounds, disabled states

  • Border

    #4338ca

    Dividers and input borders

Indigo AI CSS variables

Paste into globals.css or a Tailwind @theme block.

CSS custom properties
:root {
  --background: #0f0a1e;
  --foreground: #ede9fe;
  --card: #1e1b4b;
  --primary: #6366f1;
  --primary-foreground: #ffffff;
  --accent: #a78bfa;
  --accent-foreground: #0f0a1e;
  --muted: #312e81;
  --border: #4338ca;
  --secondary: #312e81;
  --secondary-foreground: #ede9fe;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --success: #16a34a;
  --success-foreground: #ffffff;
  --warning: #d97706;
  --warning-foreground: #ffffff;
  --ring: #6366f1;
  --input: #4338ca;
  --popover: #1e1b4b;
  --popover-foreground: #ede9fe;
}

.dark {
  --background: #040308;
  --foreground: #ffffff;
  --card: #0b091a;
  --primary: #7275ff;
  --primary-foreground: #fafafa;
  --accent: #b899ff;
  --accent-foreground: #fafafa;
  --muted: #16153a;
  --border: #251f6f;
  --secondary: #16153a;
  --secondary-foreground: #ffffff;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --success: #16a34a;
  --success-foreground: #ffffff;
  --warning: #d97706;
  --warning-foreground: #ffffff;
  --ring: #7275ff;
  --input: #251f6f;
  --popover: #0b091a;
  --popover-foreground: #ffffff;
}

Full token table

TokenHexUsage
Background#0f0a1eMain page and app background
Text / Foreground#ede9feBody text and default foreground
Surface / Card#1e1b4bCards, modals, elevated surfaces
Primary#6366f1Buttons, links, primary actions
Primary Foreground#ffffffText on primary surfaces
Accent#a78bfaHighlights, CTAs, interactive elements
Accent Foreground#0f0a1eText on accent surfaces
Muted#312e81Subtle backgrounds, disabled states
Border#4338caDividers and input borders

Tailwind config for Indigo AI

Map semantic tokens to Tailwind utility classes.

tailwind.config.ts excerpt
theme: {
  extend: {
    fontFamily: {
      heading: ['Space Grotesk', 'sans-serif'],
      body: ['Inter', 'sans-serif'],
    },
    colors: {
      background: 'var(--background)',
      foreground: 'var(--foreground)',
      card: 'var(--card)',
      primary: 'var(--primary)',
      'primary-foreground': 'var(--primary-foreground)',
      accent: 'var(--accent)',
      'accent-foreground': 'var(--accent-foreground)',
      muted: 'var(--muted)',
      border: 'var(--border)',
    },
  },
}

Indigo AI brand kit — colors, fonts & DESIGN.md

The Indigo AI brand kit pairs Space Grotesk headlines with Inter body text and a code-first developer brand palette — background #0f0a1e, primary #6366f1, and nine semantic tokens ready for AI agents.

Preview buttons, cards, and typography live. Copy CSS variables, export DESIGN.md, or open in the playground to customize before shipping.

What's in the Indigo AI brand kit

Community gallery kit with full token export — same DESIGN.md structure Cursor and Claude Code expect.

  • Space Grotesk headline font · Inter body font
  • Primary #6366f1 with semantic background, accent, and muted tokens
  • Live UI preview on buttons, cards, and typography
  • Copy DESIGN.md, CSS variables, JSON, or AI prompts
  • 26 community upvotes

How to use the Indigo AI brand kit

Load the kit below as your starting point — tweak any token, then export for your repo or AI agent.

  • Review colors and fonts in the live preview
  • Adjust tokens with pickers if needed
  • Click Open in Playground for full-screen testing
  • Download DESIGN.md or copy the AI prompt

When to use the Indigo AI brand kit

Ideal for code-first developer brand projects — SaaS dashboards, landing pages, prototypes, and AI-generated UI that needs a cohesive starting point.

Export tokens into Cursor or v0, then diverge where your product needs its own identity.

FAQ

What fonts does Indigo AI use?
Space Grotesk for headlines and Inter for body text. Both are exported in DESIGN.md with Google Fonts CDN links.
What is the primary color for Indigo AI?
Primary is #6366f1. The kit includes nine semantic tokens — background, foreground, card, accent, muted, and border — as CSS variables.
Can I customize this brand kit?
Yes. Every token is editable in the generator and playground. Export always reflects your latest changes.
How do I export for AI coding agents?
Click Download DESIGN.md or Copy Markdown. Place the file in your repo root and reference it in Cursor or Claude Code instructions.

Related

Free tools

Interactive utilities you can use without an account. Each tool links to related guides and export workflows across the site.