Track your revenue and views all in one place with DataFast

Community kit

Slate Enterprise Brand Kit

Enterprise open source — preview Inter typography and semantic color tokens, customize, and export DESIGN.md for AI coding agents.

Slate Enterprise colors, CSS, and typography

Reference tokens from the Slate Enterprise 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.

Slate Enterprise typography

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

Slate Enterprise color palette

Nine semantic tokens. Primary #475569, accent #0ea5e9. Style note: Enterprise open source.

  • Background

    #f8fafc

    Main page and app background

  • Text / Foreground

    #1e293b

    Body text and default foreground

  • Surface / Card

    #ffffff

    Cards, modals, elevated surfaces

  • Primary

    #475569

    Buttons, links, primary actions

  • Primary Foreground

    #ffffff

    Text on primary surfaces

  • Accent

    #0ea5e9

    Highlights, CTAs, interactive elements

  • Accent Foreground

    #ffffff

    Text on accent surfaces

  • Muted

    #e2e8f0

    Subtle backgrounds, disabled states

  • Border

    #cbd5e1

    Dividers and input borders

Slate Enterprise CSS variables

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

CSS custom properties
:root {
  --background: #f8fafc;
  --foreground: #1e293b;
  --card: #ffffff;
  --primary: #475569;
  --primary-foreground: #ffffff;
  --accent: #0ea5e9;
  --accent-foreground: #ffffff;
  --muted: #e2e8f0;
  --border: #cbd5e1;
  --secondary: #e2e8f0;
  --secondary-foreground: #1e293b;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --success: #16a34a;
  --success-foreground: #ffffff;
  --warning: #d97706;
  --warning-foreground: #ffffff;
  --ring: #475569;
  --input: #cbd5e1;
  --popover: #ffffff;
  --popover-foreground: #1e293b;
}

.dark {
  --background: #3e3f3f;
  --foreground: #fafafa;
  --card: #595959;
  --primary: #526279;
  --primary-foreground: #ffffff;
  --accent: #0fb6ff;
  --accent-foreground: #fafafa;
  --muted: #66686c;
  --border: #70757c;
  --secondary: #66686c;
  --secondary-foreground: #fafafa;
  --destructive: #dc2626;
  --destructive-foreground: #ffffff;
  --success: #16a34a;
  --success-foreground: #ffffff;
  --warning: #d97706;
  --warning-foreground: #ffffff;
  --ring: #526279;
  --input: #70757c;
  --popover: #595959;
  --popover-foreground: #fafafa;
}

Full token table

TokenHexUsage
Background#f8fafcMain page and app background
Text / Foreground#1e293bBody text and default foreground
Surface / Card#ffffffCards, modals, elevated surfaces
Primary#475569Buttons, links, primary actions
Primary Foreground#ffffffText on primary surfaces
Accent#0ea5e9Highlights, CTAs, interactive elements
Accent Foreground#ffffffText on accent surfaces
Muted#e2e8f0Subtle backgrounds, disabled states
Border#cbd5e1Dividers and input borders

Tailwind config for Slate Enterprise

Map semantic tokens to Tailwind utility classes.

tailwind.config.ts excerpt
theme: {
  extend: {
    fontFamily: {
      heading: ['Inter', '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)',
    },
  },
}

Slate Enterprise brand kit — colors, fonts & DESIGN.md

The Slate Enterprise brand kit pairs Inter headlines with Inter body text and a enterprise open source palette — background #f8fafc, primary #475569, 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 Slate Enterprise brand kit

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

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

How to use the Slate Enterprise 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 Slate Enterprise brand kit

Ideal for enterprise open source 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 Slate Enterprise use?
Inter for headlines and Inter for body text. Both are exported in DESIGN.md with Google Fonts CDN links.
What is the primary color for Slate Enterprise?
Primary is #475569. 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.