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.
Every section is a full-bleed band of burnt orange (#e05530) or deep warm brown (#1e0c06); the color is the canvas, never a neutral backdrop. An inflated optical display serif (Fraunces) anchors the identity at hero scale, and subheadings mix upright and italic spans within a single line. Small cream pill CTAs whisper against the dominant surface. Product photography is staged directly on brand color, and golden-yellow indicator dots echo the palette as micro-accents. An olive-khaki band grounds the page end.
terracottaanaloghardware.com
Terracotta Analog
Supporting copy goes here.
terracottaanaloghardware.com
Terracotta Analog
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: "79371eae-3c2d-40d6-923f-13287220b6ab"
version: 0
slug: "terracotta-analog-hardware"
name: "Terracotta Analog Hardware"
colors:
roles_light:
background: "#E05530"
foreground: "#1A0804"
card: "#E05530"
card-foreground: "#1A0804"
popover: "#EDE0C8"
popover-foreground: "#1A0804"
primary: "#1A0804"
primary-foreground: "#F5E8D8"
secondary: "#F5E8D8"
secondary-foreground: "#1A0804"
muted: "#B83818"
muted-foreground: "#F5E8D8"
accent: "#F3E590"
accent-foreground: "#1A0804"
destructive: "#B81808"
destructive-foreground: "#FFFFFF"
border: "#3D1A0A"
input: "#EDE0C8"
ring: "#1A0804"
success: "#4A5F4E"
success-foreground: "#F5E8D8"
warning: "#F0B830"
warning-foreground: "#1A0804"
chart-1: "#F3E590"
chart-2: "#4A5F4E"
chart-3: "#B3C8CF"
chart-4: "#8C5421"
chart-5: "#D8CDB9"
roles_dark:
background: "#1E0C06"Three ways from the same kit: run "npx identityforge@latest apply terracotta-analog-hardware" 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/terracotta-analog-hardware.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.
Terracotta Analog Hardware is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Terracotta Analog Hardware — Identity Forge design kit.
* Kit id: 79371eae-3c2d-40d6-923f-13287220b6ab
* Kit slug: terracotta-analog-hardware (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*/
@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;600;700&family=DM%20Sans:wght@400;500;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 1rem;
--font-heading: 'Fraunces', serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 13 74% 53%;
--foreground: 11 73% 6%;
--card: 13 74% 53%;
--card-foreground: 11 73% 6%;
--popover: 39 51% 86%;
--popover-foreground: 11 73% 6%;
--primary: 11 73% 6%;
--primary-foreground: 33 59% 90%;
--secondary: 33 59% 90%;
--secondary-foreground: 11 73% 6%;
--muted: 12 77% 41%;
--muted-foreground: 33 59% 90%;
--accent: 52 80% 76%;
--accent-foreground: 11 73% 6%;
--destructive: 5 92% 38%;
--destructive-foreground: 0 0% 100%;
--border: 19 72% 14%;
--input: 39 51% 86%;
--ring: 11 73% 6%;
--success: 131 12% 33%;
--success-foreground: 33 59% 90%;
--warning: 43 86% 56%;
--warning-foreground: 11 73% 6%;
--chart-1: 52 80% 76%;
--chart-2: 131 12% 33%;
--chart-3: 195 23% 76%;
--chart-4: 29 62% 34%;
--chart-5: 39 28% 79%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 8px 32px rgba(30,12,6,0.32);
--shadow-xl: 0 20px 60px rgba(30,12,6,0.48);
--gradient-hero: linear-gradient(180deg, rgba(30,12,6,0.72) 0%, rgba(224,85,48,0.00) 60%);
--gradient-brand: linear-gradient(135deg, #e05530 0%, #c04018 100%);
--gradient-subtle: linear-gradient(180deg, #e05530 0%, #cc4a1e 100%);
--duration: 200ms;
--duration-slow: 500ms;
--ease: cubic-bezier(0.25, 0.1, 0.25, 1);
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--font-weight-heading: 800;
--font-weight-body: 400;
--button-radius: 9999px;
--card-radius: 0rem;
--input-radius: 9999px;
--badge-radius: 9999px;
--border-width: 1px;Registry
/r/terracotta-analog-hardware.jsonTailwind v4
/*
* Terracotta Analog Hardware — Identity Forge design kit.
* Kit id: 79371eae-3c2d-40d6-923f-13287220b6ab
* Kit slug: terracotta-analog-hardware (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=Fraunces:wght@400;500;600;700&family=DM%20Sans:wght@400;500;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 1rem;
--font-heading: 'Fraunces', serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 13 74% 53%;
--foreground: 11 73% 6%;
--card: 13 74% 53%;
--card-foreground: 11 73% 6%;
--popover: 39 51% 86%;
--popover-foreground: 11 73% 6%;
--primary: 11 73% 6%;
--primary-foreground: 33 59% 90%;
--secondary: 33 59% 90%;
--secondary-foreground: 11 73% 6%;
--muted: 12 77% 41%;
--muted-foreground: 33 59% 90%;
--accent: 52 80% 76%;
--accent-foreground: 11 73% 6%;
--destructive: 5 92% 38%;
--destructive-foreground: 0 0% 100%;
--border: 19 72% 14%;
--input: 39 51% 86%;
--ring: 11 73% 6%;
--success: 131 12% 33%;
--success-foreground: 33 59% 90%;
--warning: 43 86% 56%;
--warning-foreground: 11 73% 6%;
--chart-1: 52 80% 76%;
--chart-2: 131 12% 33%;
--chart-3: 195 23% 76%;
--chart-4: 29 62% 34%;
--chart-5: 39 28% 79%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 8px 32px rgba(30,12,6,0.32);
--shadow-xl: 0 20px 60px rgba(30,12,6,0.48);
--gradient-hero: linear-gradient(180deg, rgba(30,12,6,0.72) 0%, rgba(224,85,48,0.00) 60%);
--gradient-brand: linear-gradient(135deg, #e05530 0%, #c04018 100%);
--gradient-subtle: linear-gradient(180deg, #e05530 0%, #cc4a1e 100%);
--duration: 200ms;
--duration-slow: 500ms;
--ease: cubic-bezier(0.25, 0.1, 0.25, 1);
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--font-weight-heading: 800;
--font-weight-body: 400;
--button-radius: 9999px;
--card-radius: 0rem;
--input-radius: 9999px;
--badge-radius: 9999px;
--border-width: 1px;
--card-border-width: 0;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 1px;
--heading-transform: none;
--label-transform: uppercase;
--kit-id: "79371eae-3c2d-40d6-923f-13287220b6ab";
--kit-version: 0;
}
.dark {
--radius: 1rem;
--font-heading: 'Fraunces', serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 15 67% 7%;
--foreground: 33 59% 90%;
--card: 23 53% 12%;
--card-foreground: 33 59% 90%;
--popover: 23 53% 12%;
--popover-foreground: 33 59% 90%;
--primary: 13 74% 53%;
--primary-foreground: 11 73% 6%;
--secondary: 21 58% 15%;
--secondary-foreground: 33 42% 71%;
--muted: 23 53% 12%;
--muted-foreground: 23 29% 56%;
--accent: 52 80% 76%;
--accent-foreground: 11 73% 6%;
--destructive: 5 85% 42%;
--destructive-foreground: 0 0% 100%;
--border: 19 51% 19%;
--input: 23 53% 12%;
--ring: 13 74% 53%;
--success: 131 12% 33%;
--success-foreground: 33 59% 90%;
--warning: 43 86% 56%;
--warning-foreground: 11 73% 6%;
--chart-1: 13 74% 53%;
--chart-2: 52 80% 76%;
--chart-3: 131 12% 33%;
--chart-4: 195 23% 76%;
--chart-5: 46 18% 46%;
}
@theme inline {
--font-heading: 'Fraunces', serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'Space 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: 1rem;
--radius-xl: 1.5rem;
--radius-button: 9999px;
--radius-card: 0rem;
--radius-input: 9999px;
--radius-badge: 9999px;
--border-width: 1px;
--card-border-width: 0;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 1px;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 8px 32px rgba(30,12,6,0.32);
--shadow-xl: 0 20px 60px rgba(30,12,6,0.48);
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--ease-kit: cubic-bezier(0.25, 0.1, 0.25, 1);
--duration-kit: 200ms;
--duration-kit-slow: 500ms;
--gradient-hero: linear-gradient(180deg, rgba(30,12,6,0.72) 0%, rgba(224,85,48,0.00) 60%);
--gradient-brand: linear-gradient(135deg, #e05530 0%, #c04018 100%);
--gradient-subtle: linear-gradient(180deg, #e05530 0%, #cc4a1e 100%);
--font-weight-heading: 800;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "terracotta-analog-hardware",
"type": "registry:theme",
"title": "Terracotta Analog Hardware",
"description": "A warm terracotta-and-deep-brown alternating-surface system for boutique hardware, drawing on analog instrument culture and intimate lifestyle photography.",
"categories": [
"analog",
"terracotta",
"warm",
"earthy",
"editorial",
"hardware",
"music",
"retro"
],© 2026 Identity Forge. All rights reserved.
Munich, Germany