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 editorial poster identity where massive UPPERCASE condensed display type in amber frames a central dark photographic subject on a warm cream ground. The palette is strictly three-tone: amber (#bd782b), near-black (#1a1b1a), and warm cream (#c4b9a8). Every component is sharp-cornered and flat. Signature details include vertical barcode strips as editorial marks, a secondary non-Latin script line with an asterisk terminator, hairline rules as the only separator, and small all-caps caption blocks in the corners of hero panels.
amberposterindex.com
Amber Poster
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: "eb6dacfa-df7a-43ea-806d-0d83089e2f47"
version: 0
slug: "amber-poster-index"
name: "Amber Poster Index"
colors:
roles_light:
background: "#C4B9A8"
foreground: "#1A1B1A"
card: "#CCC3B4"
card-foreground: "#1A1B1A"
popover: "#CCC3B4"
popover-foreground: "#1A1B1A"
primary: "#BD782B"
primary-foreground: "#1A1B1A"
secondary: "#6B5238"
secondary-foreground: "#F5EDE0"
muted: "#D8D1C7"
muted-foreground: "#5C5248"
accent: "#E09940"
accent-foreground: "#1A1B1A"
destructive: "#B03A2E"
destructive-foreground: "#F5EDE0"
border: "#9E9385"
input: "#B8AE9E"
ring: "#BD782B"
success: "#2E6040"
success-foreground: "#F0F7F2"
warning: "#C8762A"
warning-foreground: "#1A1B1A"
chart-1: "#BD782B"
chart-2: "#1A1B1A"
chart-3: "#6B5238"
chart-4: "#E09940"
chart-5: "#9E9385"
roles_dark:
background: "#181818"Three ways from the same kit: run "npx identityforge@latest apply amber-poster-index" 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/amber-poster-index.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.
Amber Poster Index is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Amber Poster Index — Identity Forge design kit.
* Kit id: eb6dacfa-df7a-43ea-806d-0d83089e2f47
* Kit slug: amber-poster-index (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow%20Condensed:wght@400;500;600;700&family=DM%20Sans:wght@400;500;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Barlow Condensed', sans-serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 36 19% 71%;
--foreground: 120 2% 10%;
--card: 37 19% 75%;
--card-foreground: 120 2% 10%;
--popover: 37 19% 75%;
--popover-foreground: 120 2% 10%;
--primary: 32 63% 45%;
--primary-foreground: 120 2% 10%;
--secondary: 31 31% 32%;
--secondary-foreground: 37 51% 92%;
--muted: 35 18% 81%;
--muted-foreground: 30 12% 32%;
--accent: 33 72% 56%;
--accent-foreground: 120 2% 10%;
--destructive: 6 59% 44%;
--destructive-foreground: 37 51% 92%;
--border: 34 11% 57%;
--input: 37 15% 67%;
--ring: 32 63% 45%;
--success: 142 35% 28%;
--success-foreground: 137 30% 95%;
--warning: 29 65% 47%;
--warning-foreground: 120 2% 10%;
--chart-1: 32 63% 45%;
--chart-2: 120 2% 10%;
--chart-3: 31 31% 32%;
--chart-4: 33 72% 56%;
--chart-5: 34 11% 57%;
--shadow-sm: 0 1px 2px rgba(26,27,26,0.04);
--shadow-md: 0 2px 4px rgba(26,27,26,0.06);
--shadow-lg: 0 4px 8px rgba(26,27,26,0.08);
--shadow-xl: 0 8px 16px rgba(26,27,26,0.10);
--gradient-hero: linear-gradient(135deg, #c4b9a8 0%, #bd782b 55%, #1a1b1a 100%);
--gradient-brand: linear-gradient(180deg, #bd782b 0%, #6b5238 100%);
--gradient-subtle: linear-gradient(180deg, #c4b9a8 0%, #d8d1c7 100%);
--duration: 200ms;
--duration-slow: 400ms;
--ease: cubic-bezier(0.16, 1, 0.3, 1);
--tracking-tight: -0.01em;
--tracking-normal: 0.05em;
--font-weight-heading: 800;
--font-weight-body: 400;
--button-radius: 0rem;
--card-radius: 0rem;
--input-radius: 0rem;
--badge-radius: 0rem;
--border-width: 1px;Registry
/r/amber-poster-index.jsonTailwind v4
/*
* Amber Poster Index — Identity Forge design kit.
* Kit id: eb6dacfa-df7a-43ea-806d-0d83089e2f47
* Kit slug: amber-poster-index (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=Barlow%20Condensed:wght@400;500;600;700&family=DM%20Sans:wght@400;500;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Barlow Condensed', sans-serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 36 19% 71%;
--foreground: 120 2% 10%;
--card: 37 19% 75%;
--card-foreground: 120 2% 10%;
--popover: 37 19% 75%;
--popover-foreground: 120 2% 10%;
--primary: 32 63% 45%;
--primary-foreground: 120 2% 10%;
--secondary: 31 31% 32%;
--secondary-foreground: 37 51% 92%;
--muted: 35 18% 81%;
--muted-foreground: 30 12% 32%;
--accent: 33 72% 56%;
--accent-foreground: 120 2% 10%;
--destructive: 6 59% 44%;
--destructive-foreground: 37 51% 92%;
--border: 34 11% 57%;
--input: 37 15% 67%;
--ring: 32 63% 45%;
--success: 142 35% 28%;
--success-foreground: 137 30% 95%;
--warning: 29 65% 47%;
--warning-foreground: 120 2% 10%;
--chart-1: 32 63% 45%;
--chart-2: 120 2% 10%;
--chart-3: 31 31% 32%;
--chart-4: 33 72% 56%;
--chart-5: 34 11% 57%;
--shadow-sm: 0 1px 2px rgba(26,27,26,0.04);
--shadow-md: 0 2px 4px rgba(26,27,26,0.06);
--shadow-lg: 0 4px 8px rgba(26,27,26,0.08);
--shadow-xl: 0 8px 16px rgba(26,27,26,0.10);
--gradient-hero: linear-gradient(135deg, #c4b9a8 0%, #bd782b 55%, #1a1b1a 100%);
--gradient-brand: linear-gradient(180deg, #bd782b 0%, #6b5238 100%);
--gradient-subtle: linear-gradient(180deg, #c4b9a8 0%, #d8d1c7 100%);
--duration: 200ms;
--duration-slow: 400ms;
--ease: cubic-bezier(0.16, 1, 0.3, 1);
--tracking-tight: -0.01em;
--tracking-normal: 0.05em;
--font-weight-heading: 800;
--font-weight-body: 400;
--button-radius: 0rem;
--card-radius: 0rem;
--input-radius: 0rem;
--badge-radius: 0rem;
--border-width: 1px;
--card-border-width: 1px;
--input-border-width: 1px;
--button-border-width: 0;
--badge-border-width: 1px;
--heading-transform: uppercase;
--label-transform: uppercase;
--kit-id: "eb6dacfa-df7a-43ea-806d-0d83089e2f47";
--kit-version: 0;
}
.dark {
--radius: 0rem;
--font-heading: 'Barlow Condensed', sans-serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 0 0% 9%;
--foreground: 36 19% 71%;
--card: 30 6% 13%;
--card-foreground: 36 19% 71%;
--popover: 30 6% 13%;
--popover-foreground: 36 19% 71%;
--primary: 32 63% 45%;
--primary-foreground: 120 2% 10%;
--secondary: 23 21% 20%;
--secondary-foreground: 36 19% 71%;
--muted: 26 9% 15%;
--muted-foreground: 0 0% 100%;
--accent: 33 72% 56%;
--accent-foreground: 120 2% 10%;
--destructive: 0 53% 40%;
--destructive-foreground: 23 51% 92%;
--border: 30 9% 21%;
--input: 26 9% 15%;
--ring: 32 63% 45%;
--success: 133 35% 27%;
--success-foreground: 133 44% 84%;
--warning: 29 65% 47%;
--warning-foreground: 120 2% 10%;
--chart-1: 32 63% 45%;
--chart-2: 36 19% 71%;
--chart-3: 33 72% 56%;
--chart-4: 33 31% 42%;
--chart-5: 30 40% 30%;
}
@theme inline {
--font-heading: 'Barlow Condensed', sans-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: 0rem;
--radius-md: 0rem;
--radius-lg: 0rem;
--radius-xl: 0rem;
--radius-button: 0rem;
--radius-card: 0rem;
--radius-input: 0rem;
--radius-badge: 0rem;
--border-width: 1px;
--card-border-width: 1px;
--input-border-width: 1px;
--button-border-width: 0;
--badge-border-width: 1px;
--shadow-sm: 0 1px 2px rgba(26,27,26,0.04);
--shadow-md: 0 2px 4px rgba(26,27,26,0.06);
--shadow-lg: 0 4px 8px rgba(26,27,26,0.08);
--shadow-xl: 0 8px 16px rgba(26,27,26,0.10);
--tracking-tight: -0.01em;
--tracking-normal: 0.05em;
--ease-kit: cubic-bezier(0.16, 1, 0.3, 1);
--duration-kit: 200ms;
--duration-kit-slow: 400ms;
--gradient-hero: linear-gradient(135deg, #c4b9a8 0%, #bd782b 55%, #1a1b1a 100%);
--gradient-brand: linear-gradient(180deg, #bd782b 0%, #6b5238 100%);
--gradient-subtle: linear-gradient(180deg, #c4b9a8 0%, #d8d1c7 100%);
--font-weight-heading: 800;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "amber-poster-index",
"type": "registry:theme",
"title": "Amber Poster Index",
"description": "A stark editorial poster system on warm parchment, near-black, and amber, with oversized condensed grotesque type bleeding off the edges and a strict three-tone palette.",
"categories": [
"editorial",
"poster",
"amber",
"parchment",
"flat",
"all-caps",
"condensed",
"sharp"
],© 2026 Identity Forge. All rights reserved.
Munich, Germany