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.
An editorial identity built on a warm cream canvas (#f3efee) with dark ink text, interrupted only by full-bleed photography. A single amber-gold accent (#e99147) appears once per view as the primary action mark. Playfair Display at weight 400 drives every heading scale, including display statistics set at 8-10rem. DM Sans carries UI and body copy. Sections alternate between the cream canvas and dark full-bleed image bands; white (#fefefe) is reserved for the floating nav bar and narrow overlay panels. Cards are borderless and shadow-free, separated by background tone alone.
amberrenewableseditorial.com
Amber Editorial
Supporting copy goes here.
amberrenewableseditorial.com
Amber Editorial
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: "18335369-2a42-4387-b2f4-4c2771c98d43"
version: 0
slug: "amber-renewables-editorial"
name: "Amber Renewables Editorial"
colors:
roles_light:
background: "#F3EFEE"
foreground: "#1A1816"
card: "#FEFEFE"
card-foreground: "#1A1816"
popover: "#FEFEFE"
popover-foreground: "#1A1816"
primary: "#E99147"
primary-foreground: "#1A1816"
secondary: "#545D36"
secondary-foreground: "#F3EFEE"
muted: "#ECEAE9"
muted-foreground: "#545760"
accent: "#243C5C"
accent-foreground: "#F3EFEE"
destructive: "#B91C1C"
destructive-foreground: "#FFFFFF"
border: "#E0DCD9"
input: "#E0DCD9"
ring: "#E99147"
success: "#166534"
success-foreground: "#FFFFFF"
warning: "#D97706"
warning-foreground: "#1A1816"
chart-1: "#E99147"
chart-2: "#243C5C"
chart-3: "#74B4D4"
chart-4: "#545D36"
chart-5: "#928F53"
roles_dark:
background: "#1A1816"Three ways from the same kit: run "npx identityforge@latest apply amber-renewables-editorial" 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-renewables-editorial.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 Renewables Editorial is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Amber Renewables Editorial — Identity Forge design kit.
* Kit id: 18335369-2a42-4387-b2f4-4c2771c98d43
* Kit slug: amber-renewables-editorial (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*/
@import url("https://fonts.googleapis.com/css2?family=Playfair%20Display:wght@400;500;600;700&family=DM%20Sans:wght@400;500;700&family=JetBrains%20Mono:wght@400;500;700&display=swap");
:root {
--radius: 0.75rem;
--font-heading: 'Playfair Display', serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 12 17% 94%;
--foreground: 30 8% 9%;
--card: 0 0% 100%;
--card-foreground: 30 8% 9%;
--popover: 0 0% 100%;
--popover-foreground: 30 8% 9%;
--primary: 27 79% 60%;
--primary-foreground: 30 8% 9%;
--secondary: 74 27% 29%;
--secondary-foreground: 12 17% 94%;
--muted: 20 7% 92%;
--muted-foreground: 225 7% 35%;
--accent: 214 44% 25%;
--accent-foreground: 12 17% 94%;
--destructive: 0 74% 42%;
--destructive-foreground: 0 0% 100%;
--border: 26 10% 86%;
--input: 26 10% 86%;
--ring: 27 79% 60%;
--success: 143 64% 24%;
--success-foreground: 0 0% 100%;
--warning: 32 95% 44%;
--warning-foreground: 30 8% 9%;
--chart-1: 27 79% 60%;
--chart-2: 214 44% 25%;
--chart-3: 200 53% 64%;
--chart-4: 74 27% 29%;
--chart-5: 57 28% 45%;
--shadow-sm: 0 1px 2px rgba(26,24,22,0.05);
--shadow-md: 0 2px 8px rgba(26,24,22,0.07);
--shadow-lg: 0 4px 16px rgba(26,24,22,0.09);
--shadow-xl: 0 8px 32px rgba(26,24,22,0.11);
--gradient-hero: linear-gradient(180deg, #fefefe 0%, #f3efee 100%);
--gradient-brand: linear-gradient(135deg, #e99147 0%, #df9551 100%);
--gradient-subtle: linear-gradient(180deg, #f3efee 0%, #eceae9 100%);
--duration: 220ms;
--duration-slow: 440ms;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--tracking-tight: -0.02em;
--tracking-normal: 0.01em;
--font-weight-heading: 400;
--font-weight-body: 400;
--button-radius: 9999px;
--card-radius: 0.5rem;
--input-radius: 0.375rem;
--badge-radius: 9999px;
--border-width: 1px;Registry
/r/amber-renewables-editorial.jsonTailwind v4
/*
* Amber Renewables Editorial — Identity Forge design kit.
* Kit id: 18335369-2a42-4387-b2f4-4c2771c98d43
* Kit slug: amber-renewables-editorial (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=Playfair%20Display:wght@400;500;600;700&family=DM%20Sans:wght@400;500;700&family=JetBrains%20Mono:wght@400;500;700&display=swap");
:root {
--radius: 0.75rem;
--font-heading: 'Playfair Display', serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 12 17% 94%;
--foreground: 30 8% 9%;
--card: 0 0% 100%;
--card-foreground: 30 8% 9%;
--popover: 0 0% 100%;
--popover-foreground: 30 8% 9%;
--primary: 27 79% 60%;
--primary-foreground: 30 8% 9%;
--secondary: 74 27% 29%;
--secondary-foreground: 12 17% 94%;
--muted: 20 7% 92%;
--muted-foreground: 225 7% 35%;
--accent: 214 44% 25%;
--accent-foreground: 12 17% 94%;
--destructive: 0 74% 42%;
--destructive-foreground: 0 0% 100%;
--border: 26 10% 86%;
--input: 26 10% 86%;
--ring: 27 79% 60%;
--success: 143 64% 24%;
--success-foreground: 0 0% 100%;
--warning: 32 95% 44%;
--warning-foreground: 30 8% 9%;
--chart-1: 27 79% 60%;
--chart-2: 214 44% 25%;
--chart-3: 200 53% 64%;
--chart-4: 74 27% 29%;
--chart-5: 57 28% 45%;
--shadow-sm: 0 1px 2px rgba(26,24,22,0.05);
--shadow-md: 0 2px 8px rgba(26,24,22,0.07);
--shadow-lg: 0 4px 16px rgba(26,24,22,0.09);
--shadow-xl: 0 8px 32px rgba(26,24,22,0.11);
--gradient-hero: linear-gradient(180deg, #fefefe 0%, #f3efee 100%);
--gradient-brand: linear-gradient(135deg, #e99147 0%, #df9551 100%);
--gradient-subtle: linear-gradient(180deg, #f3efee 0%, #eceae9 100%);
--duration: 220ms;
--duration-slow: 440ms;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--tracking-tight: -0.02em;
--tracking-normal: 0.01em;
--font-weight-heading: 400;
--font-weight-body: 400;
--button-radius: 9999px;
--card-radius: 0.5rem;
--input-radius: 0.375rem;
--badge-radius: 9999px;
--border-width: 1px;
--card-border-width: 0;
--input-border-width: 1px;
--button-border-width: 0;
--badge-border-width: 1px;
--heading-transform: none;
--label-transform: uppercase;
--kit-id: "18335369-2a42-4387-b2f4-4c2771c98d43";
--kit-version: 0;
}
.dark {
--radius: 0.75rem;
--font-heading: 'Playfair Display', serif;
--font-sans: 'DM Sans', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 30 8% 9%;
--foreground: 12 17% 94%;
--card: 24 7% 14%;
--card-foreground: 12 17% 94%;
--popover: 24 7% 14%;
--popover-foreground: 12 17% 94%;
--primary: 27 79% 60%;
--primary-foreground: 30 8% 9%;
--secondary: 78 27% 22%;
--secondary-foreground: 22 9% 82%;
--muted: 36 6% 17%;
--muted-foreground: 30 5% 58%;
--accent: 200 53% 64%;
--accent-foreground: 30 8% 9%;
--destructive: 0 84% 60%;
--destructive-foreground: 0 0% 0%;
--border: 30 6% 20%;
--input: 30 6% 20%;
--ring: 27 79% 60%;
--success: 142 71% 45%;
--success-foreground: 30 8% 9%;
--warning: 32 95% 44%;
--warning-foreground: 30 8% 9%;
--chart-1: 27 79% 60%;
--chart-2: 200 53% 64%;
--chart-3: 57 28% 45%;
--chart-4: 220 29% 67%;
--chart-5: 74 27% 29%;
}
@theme inline {
--font-heading: 'Playfair Display', 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.75rem;
--radius-xl: 1rem;
--radius-button: 9999px;
--radius-card: 0.5rem;
--radius-input: 0.375rem;
--radius-badge: 9999px;
--border-width: 1px;
--card-border-width: 0;
--input-border-width: 1px;
--button-border-width: 0;
--badge-border-width: 1px;
--shadow-sm: 0 1px 2px rgba(26,24,22,0.05);
--shadow-md: 0 2px 8px rgba(26,24,22,0.07);
--shadow-lg: 0 4px 16px rgba(26,24,22,0.09);
--shadow-xl: 0 8px 32px rgba(26,24,22,0.11);
--tracking-tight: -0.02em;
--tracking-normal: 0.01em;
--ease-kit: cubic-bezier(0.4, 0, 0.2, 1);
--duration-kit: 220ms;
--duration-kit-slow: 440ms;
--gradient-hero: linear-gradient(180deg, #fefefe 0%, #f3efee 100%);
--gradient-brand: linear-gradient(135deg, #e99147 0%, #df9551 100%);
--gradient-subtle: linear-gradient(180deg, #f3efee 0%, #eceae9 100%);
--font-weight-heading: 400;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "amber-renewables-editorial",
"type": "registry:theme",
"title": "Amber Renewables Editorial",
"description": "Warm-cream editorial kit with a single amber-gold accent, regular-weight serif display type, and oversized numeric storytelling.",
"categories": [
"editorial",
"serif",
"warm",
"minimal",
"cream",
"corporate",
"premium",
"alternating-surface"
],© 2026 Identity Forge. All rights reserved.
Munich, Germany