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.
This kit makes deep forest green the pervasive brand surface in dark mode and a stark white document canvas in light mode. Oversized bold-uppercase grotesque headlines fill the full container width, and a single lime-yellow accent (#d0d245) drives all interactive elements on the green surface. Tight column grids with hairline rules carry dense directory data, and horizontal stripe bands of lime, purple, olive, and forest green close each major zone.
verdureinstitutional.com
Verdure
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: "85bd8964-c7a9-4bde-ad2b-579c867109b1"
version: 0
slug: "verdure-institutional"
name: "Verdure Institutional"
colors:
roles_light:
background: "#FFFFFF"
foreground: "#141A14"
card: "#F4F8F0"
card-foreground: "#141A14"
popover: "#FFFFFF"
popover-foreground: "#141A14"
primary: "#006231"
primary-foreground: "#FFFFFF"
secondary: "#E8F0E0"
secondary-foreground: "#1A3A1A"
muted: "#F0F2EC"
muted-foreground: "#5A6A5A"
accent: "#D0D245"
accent-foreground: "#1C1F00"
destructive: "#C62828"
destructive-foreground: "#FFFFFF"
border: "#D4D8D0"
input: "#DCE0D8"
ring: "#006231"
success: "#2E7D32"
success-foreground: "#FFFFFF"
warning: "#E65100"
warning-foreground: "#000000"
chart-1: "#006231"
chart-2: "#D0D245"
chart-3: "#B294C4"
chart-4: "#7A8E34"
chart-5: "#E65100"
roles_dark:
background: "#004D22"Three ways from the same kit: run "npx identityforge@latest apply verdure-institutional" 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/verdure-institutional.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.
Verdure Institutional is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Verdure Institutional — Identity Forge design kit.
* Kit id: 85bd8964-c7a9-4bde-ad2b-579c867109b1
* Kit slug: verdure-institutional (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:wght@400;500;600;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Barlow', sans-serif;
--font-sans: 'Barlow', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 0 0% 100%;
--foreground: 120 13% 9%;
--card: 90 36% 96%;
--card-foreground: 120 13% 9%;
--popover: 0 0% 100%;
--popover-foreground: 120 13% 9%;
--primary: 150 100% 19%;
--primary-foreground: 0 0% 100%;
--secondary: 90 35% 91%;
--secondary-foreground: 120 38% 16%;
--muted: 80 19% 94%;
--muted-foreground: 120 8% 38%;
--accent: 61 61% 55%;
--accent-foreground: 66 100% 6%;
--destructive: 0 66% 47%;
--destructive-foreground: 0 0% 100%;
--border: 90 9% 83%;
--input: 90 11% 86%;
--ring: 150 100% 19%;
--success: 123 46% 34%;
--success-foreground: 0 0% 100%;
--warning: 21 100% 45%;
--warning-foreground: 0 0% 0%;
--chart-1: 150 100% 19%;
--chart-2: 61 61% 55%;
--chart-3: 278 29% 67%;
--chart-4: 73 46% 38%;
--chart-5: 21 100% 45%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 2px 8px rgba(0,0,0,0.12);
--shadow-xl: 0 4px 20px rgba(0,0,0,0.18);
--gradient-hero: linear-gradient(180deg, #004d22 0%, #003616 100%);
--gradient-brand: linear-gradient(180deg, #006231 0%, #004d22 100%);
--gradient-subtle: linear-gradient(180deg, #f4f8f0 0%, #e8f0e0 100%);
--duration: 120ms;
--duration-slow: 250ms;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--tracking-tight: -0.01em;
--tracking-normal: 0em;
--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/verdure-institutional.jsonTailwind v4
/*
* Verdure Institutional — Identity Forge design kit.
* Kit id: 85bd8964-c7a9-4bde-ad2b-579c867109b1
* Kit slug: verdure-institutional (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:wght@400;500;600;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Barlow', sans-serif;
--font-sans: 'Barlow', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 0 0% 100%;
--foreground: 120 13% 9%;
--card: 90 36% 96%;
--card-foreground: 120 13% 9%;
--popover: 0 0% 100%;
--popover-foreground: 120 13% 9%;
--primary: 150 100% 19%;
--primary-foreground: 0 0% 100%;
--secondary: 90 35% 91%;
--secondary-foreground: 120 38% 16%;
--muted: 80 19% 94%;
--muted-foreground: 120 8% 38%;
--accent: 61 61% 55%;
--accent-foreground: 66 100% 6%;
--destructive: 0 66% 47%;
--destructive-foreground: 0 0% 100%;
--border: 90 9% 83%;
--input: 90 11% 86%;
--ring: 150 100% 19%;
--success: 123 46% 34%;
--success-foreground: 0 0% 100%;
--warning: 21 100% 45%;
--warning-foreground: 0 0% 0%;
--chart-1: 150 100% 19%;
--chart-2: 61 61% 55%;
--chart-3: 278 29% 67%;
--chart-4: 73 46% 38%;
--chart-5: 21 100% 45%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 2px 8px rgba(0,0,0,0.12);
--shadow-xl: 0 4px 20px rgba(0,0,0,0.18);
--gradient-hero: linear-gradient(180deg, #004d22 0%, #003616 100%);
--gradient-brand: linear-gradient(180deg, #006231 0%, #004d22 100%);
--gradient-subtle: linear-gradient(180deg, #f4f8f0 0%, #e8f0e0 100%);
--duration: 120ms;
--duration-slow: 250ms;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--tracking-tight: -0.01em;
--tracking-normal: 0em;
--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: 1px;
--badge-border-width: 1px;
--heading-transform: uppercase;
--label-transform: uppercase;
--kit-id: "85bd8964-c7a9-4bde-ad2b-579c867109b1";
--kit-version: 0;
}
.dark {
--radius: 0rem;
--font-heading: 'Barlow', sans-serif;
--font-sans: 'Barlow', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 146 100% 15%;
--foreground: 120 36% 96%;
--card: 150 100% 19%;
--card-foreground: 120 36% 96%;
--popover: 146 100% 12%;
--popover-foreground: 120 36% 96%;
--primary: 61 61% 55%;
--primary-foreground: 71 100% 6%;
--secondary: 138 48% 20%;
--secondary-foreground: 120 28% 83%;
--muted: 146 100% 12%;
--muted-foreground: 120 20% 61%;
--accent: 278 29% 67%;
--accent-foreground: 270 62% 10%;
--destructive: 1 83% 63%;
--destructive-foreground: 0 0% 0%;
--border: 142 53% 22%;
--input: 142 53% 22%;
--ring: 61 61% 55%;
--success: 123 38% 57%;
--success-foreground: 120 100% 9%;
--warning: 36 100% 57%;
--warning-foreground: 23 100% 5%;
--chart-1: 61 61% 55%;
--chart-2: 278 29% 67%;
--chart-3: 73 46% 38%;
--chart-4: 145 44% 51%;
--chart-5: 36 100% 57%;
}
@theme inline {
--font-heading: 'Barlow', sans-serif;
--font-sans: 'Barlow', 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: 1px;
--badge-border-width: 1px;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: 0 2px 8px rgba(0,0,0,0.12);
--shadow-xl: 0 4px 20px rgba(0,0,0,0.18);
--tracking-tight: -0.01em;
--tracking-normal: 0em;
--ease-kit: cubic-bezier(0.4, 0, 0.2, 1);
--duration-kit: 120ms;
--duration-kit-slow: 250ms;
--gradient-hero: linear-gradient(180deg, #004d22 0%, #003616 100%);
--gradient-brand: linear-gradient(180deg, #006231 0%, #004d22 100%);
--gradient-subtle: linear-gradient(180deg, #f4f8f0 0%, #e8f0e0 100%);
--font-weight-heading: 800;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "verdure-institutional",
"type": "registry:theme",
"title": "Verdure Institutional",
"description": "A Swiss-grid institutional identity anchored in deep forest green with oversized condensed headlines and lime-yellow CTAs.",
"categories": [
"swiss-grid",
"editorial",
"institutional",
"forest-green",
"condensed",
"bold",
"color-surface",
"print-inspired"
],© 2026 Identity Forge. All rights reserved.
Munich, Germany