Visual kits for agents that need to design well
Pick what you're building, preview every kit on that surface, and hand your agent a complete visual system — fonts, colors, tokens, and component rules.
Pick what you're building, preview every kit on that surface, and hand your agent a complete visual system — fonts, colors, tokens, and component rules.
A high-contrast, dark-native editorial platform where near-black charcoal forms the shell and a single vivid orange-red (#c94422) punctuates featured and recommended card sections. Large full-bleed photography panels dominate the hero area, dark content cards stack alongside, and crisp white widget cards add moments of lift. Typography is clean and geometric, using sentence-case headlines, uppercase eyebrow labels, and strong hierarchy.
charcoalvermilionautomotive.com
Charcoal Vermilion
Supporting copy goes here.
charcoalvermilionautomotive.com
Charcoal Vermilion
Every kit is judged per use case against concrete criteria — chart-series distinctness, text contrast, information density — not keyword matching.
---
# Machine-readable tokens (the WHAT). The prose body gives the WHY + the rules.
# contract is THIS DOCUMENT'S shape and has nothing to do with the kit's
# revision below. It moves when a section is added, renamed or removed; a kit
# that never changed can arrive under a new one, and a kit that changed every
# token arrives under the same one. Read them independently.
#
# FIRST key on purpose. `name` is caller-supplied and yamlQuote escapes only the
# double quote, so a crafted kit name can inject lines into this block — every
# reader of this front matter honours the FIRST occurrence of a key, which puts
# an injected duplicate too late to matter.
contract: "1.0"
kit:
# The id is the durable handle; name and slug are both mutable.
# version is this record's monotonic revision: 0 = never versioned,
# null = the server did not report one. Diff against it; don't hash the file.
id: "9acaaefd-0fae-49b0-b4de-d95e4b93a7d6"
version: 0
slug: "charcoal-vermilion-automotive"
name: "Charcoal Vermilion Automotive"
colors:
roles_light:
background: "#FAF8F5"
foreground: "#1A1916"
card: "#FFFFFF"
card-foreground: "#1A1916"
popover: "#FFFFFF"
popover-foreground: "#1A1916"
primary: "#C94422"
primary-foreground: "#FFFFFF"
secondary: "#F2EDE7"
secondary-foreground: "#3A3730"
muted: "#F0ECE6"
muted-foreground: "#6A6458"
accent: "#F25500"
accent-foreground: "#1A1916"
destructive: "#DC2626"
destructive-foreground: "#FFFFFF"
border: "#E0DBD2"
input: "#F0ECE6"
ring: "#C94422"
success: "#15803D"
success-foreground: "#FFFFFF"
warning: "#D97706"
warning-foreground: "#1A1916"
chart-1: "#C94422"
chart-2: "#F25500"
chart-3: "#D8724C"
chart-4: "#AA7124"
chart-5: "#2E6846"
roles_dark:
background: "#1C1A18"Three ways from the same kit: run "npx identityforge@latest apply charcoal-vermilion-automotive" with the CLI to write the tokens and DESIGN.md into your project, fetch it through the Identity Forge MCP server inside Claude Code, Cursor, or OpenCode, or install from the shadcn registry at /r/charcoal-vermilion-automotive.json with "npx shadcn add".
A complete brand system: a font pairing, 28 semantic color tokens in light and dark, a typography scale, spacing and elevation, per-element treatments, distinctive motifs, do's and don'ts, and a DESIGN.md a coding agent builds from. Exports cover shadcn registry items, Tailwind v3 and v4 themes, DTCG tokens JSON, and plain CSS variables.
Charcoal Vermilion Automotive is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Charcoal Vermilion Automotive — Identity Forge design kit.
* Kit id: 9acaaefd-0fae-49b0-b4de-d95e4b93a7d6
* Kit slug: charcoal-vermilion-automotive (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*/
@import url("https://fonts.googleapis.com/css2?family=Plus%20Jakarta%20Sans:wght@400;500;600;700&family=DM%20Sans:wght@400;500;700&family=JetBrains%20Mono:wght@400;500;700&display=swap");
:root {
--radius: 0.875rem;
--font-heading: 'Plus Jakarta Sans', sans-serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 36 33% 97%;
--foreground: 45 8% 9%;
--card: 0 0% 100%;
--card-foreground: 45 8% 9%;
--popover: 0 0% 100%;
--popover-foreground: 45 8% 9%;
--primary: 12 71% 46%;
--primary-foreground: 0 0% 100%;
--secondary: 33 30% 93%;
--secondary-foreground: 42 9% 21%;
--muted: 36 25% 92%;
--muted-foreground: 40 9% 38%;
--accent: 21 100% 47%;
--accent-foreground: 45 8% 9%;
--destructive: 0 72% 51%;
--destructive-foreground: 0 0% 100%;
--border: 39 18% 85%;
--input: 36 25% 92%;
--ring: 12 71% 46%;
--success: 142 72% 29%;
--success-foreground: 0 0% 100%;
--warning: 32 95% 44%;
--warning-foreground: 45 8% 9%;
--chart-1: 12 71% 46%;
--chart-2: 21 100% 47%;
--chart-3: 16 64% 57%;
--chart-4: 34 65% 40%;
--chart-5: 145 39% 29%;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.50);
--shadow-md: 0 4px 16px rgba(0,0,0,0.60);
--shadow-lg: 0 8px 32px rgba(0,0,0,0.65);
--shadow-xl: 0 20px 60px rgba(0,0,0,0.75);
--gradient-hero: linear-gradient(135deg,#c94422 0%,#f25500 100%);
--gradient-brand: linear-gradient(180deg,#c94422 0%,#8b2e14 100%);
--gradient-subtle: linear-gradient(180deg,rgba(201,68,34,0.08) 0%,rgba(201,68,34,0) 100%);
--duration: 180ms;
--duration-slow: 360ms;
--ease: cubic-bezier(0.4,0,0.2,1);
--tracking-tight: -0.025em;
--tracking-normal: 0em;
--font-weight-heading: 700;
--font-weight-body: 400;
--button-radius: 0.5rem;
--card-radius: 0.875rem;
--input-radius: 0.5rem;
--badge-radius: 9999px;
--border-width: 1px;Registry
/r/charcoal-vermilion-automotive.jsonTailwind v4
/*
* Charcoal Vermilion Automotive — Identity Forge design kit.
* Kit id: 9acaaefd-0fae-49b0-b4de-d95e4b93a7d6
* Kit slug: charcoal-vermilion-automotive (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*
* Drop-in Tailwind v4 theme: font import, the custom properties the theme
* aliases, and the @theme block. Expects `@import "tailwindcss";` above it,
* and the @import lines must stay at the top of the stylesheet.
*/
@import url("https://fonts.googleapis.com/css2?family=Plus%20Jakarta%20Sans:wght@400;500;600;700&family=DM%20Sans:wght@400;500;700&family=JetBrains%20Mono:wght@400;500;700&display=swap");
:root {
--radius: 0.875rem;
--font-heading: 'Plus Jakarta Sans', sans-serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 36 33% 97%;
--foreground: 45 8% 9%;
--card: 0 0% 100%;
--card-foreground: 45 8% 9%;
--popover: 0 0% 100%;
--popover-foreground: 45 8% 9%;
--primary: 12 71% 46%;
--primary-foreground: 0 0% 100%;
--secondary: 33 30% 93%;
--secondary-foreground: 42 9% 21%;
--muted: 36 25% 92%;
--muted-foreground: 40 9% 38%;
--accent: 21 100% 47%;
--accent-foreground: 45 8% 9%;
--destructive: 0 72% 51%;
--destructive-foreground: 0 0% 100%;
--border: 39 18% 85%;
--input: 36 25% 92%;
--ring: 12 71% 46%;
--success: 142 72% 29%;
--success-foreground: 0 0% 100%;
--warning: 32 95% 44%;
--warning-foreground: 45 8% 9%;
--chart-1: 12 71% 46%;
--chart-2: 21 100% 47%;
--chart-3: 16 64% 57%;
--chart-4: 34 65% 40%;
--chart-5: 145 39% 29%;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.50);
--shadow-md: 0 4px 16px rgba(0,0,0,0.60);
--shadow-lg: 0 8px 32px rgba(0,0,0,0.65);
--shadow-xl: 0 20px 60px rgba(0,0,0,0.75);
--gradient-hero: linear-gradient(135deg,#c94422 0%,#f25500 100%);
--gradient-brand: linear-gradient(180deg,#c94422 0%,#8b2e14 100%);
--gradient-subtle: linear-gradient(180deg,rgba(201,68,34,0.08) 0%,rgba(201,68,34,0) 100%);
--duration: 180ms;
--duration-slow: 360ms;
--ease: cubic-bezier(0.4,0,0.2,1);
--tracking-tight: -0.025em;
--tracking-normal: 0em;
--font-weight-heading: 700;
--font-weight-body: 400;
--button-radius: 0.5rem;
--card-radius: 0.875rem;
--input-radius: 0.5rem;
--badge-radius: 9999px;
--border-width: 1px;
--card-border-width: 0;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 0;
--heading-transform: none;
--label-transform: uppercase;
--kit-id: "9acaaefd-0fae-49b0-b4de-d95e4b93a7d6";
--kit-version: 0;
}
.dark {
--radius: 0.875rem;
--font-heading: 'Plus Jakarta Sans', sans-serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 30 8% 10%;
--foreground: 38 21% 93%;
--card: 24 7% 14%;
--card-foreground: 38 21% 93%;
--popover: 30 8% 15%;
--popover-foreground: 38 21% 93%;
--primary: 12 71% 46%;
--primary-foreground: 0 0% 100%;
--secondary: 34 8% 17%;
--secondary-foreground: 40 10% 76%;
--muted: 24 7% 14%;
--muted-foreground: 30 6% 60%;
--accent: 21 100% 47%;
--accent-foreground: 30 8% 10%;
--destructive: 359 64% 49%;
--destructive-foreground: 0 0% 100%;
--border: 38 7% 23%;
--input: 34 8% 17%;
--ring: 12 71% 46%;
--success: 151 46% 42%;
--success-foreground: 30 8% 10%;
--warning: 32 95% 44%;
--warning-foreground: 30 8% 10%;
--chart-1: 12 71% 46%;
--chart-2: 21 100% 47%;
--chart-3: 16 64% 57%;
--chart-4: 34 65% 40%;
--chart-5: 140 20% 51%;
}
@theme inline {
--font-heading: 'Plus Jakarta Sans', sans-serif;
--font-sans: 'DM Sans', 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.25rem;
--radius-md: 0.5rem;
--radius-lg: 0.875rem;
--radius-xl: 1.25rem;
--radius-button: 0.5rem;
--radius-card: 0.875rem;
--radius-input: 0.5rem;
--radius-badge: 9999px;
--border-width: 1px;
--card-border-width: 0;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 0;
--shadow-sm: 0 1px 3px rgba(0,0,0,0.50);
--shadow-md: 0 4px 16px rgba(0,0,0,0.60);
--shadow-lg: 0 8px 32px rgba(0,0,0,0.65);
--shadow-xl: 0 20px 60px rgba(0,0,0,0.75);
--tracking-tight: -0.025em;
--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,#c94422 0%,#f25500 100%);
--gradient-brand: linear-gradient(180deg,#c94422 0%,#8b2e14 100%);
--gradient-subtle: linear-gradient(180deg,rgba(201,68,34,0.08) 0%,rgba(201,68,34,0) 100%);
--font-weight-heading: 700;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "charcoal-vermilion-automotive",
"type": "registry:theme",
"title": "Charcoal Vermilion Automotive",
"description": "A dark-native automotive editorial system on near-black charcoal surfaces with vivid orange-red feature cards, full-bleed photography, and a mixed-size panel grid.",
"categories": [
"automotive",
"editorial",
"dark",
"orange-red",
"photography",
"news",
"dashboard",
"bold"
],© 2026 Identity Forge. All rights reserved.
Munich, Germany