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 kit in the Swiss and Bauhaus editorial tradition, pairing warm cream and vivid royal blue in alternating full-width surface bands with an overscaled grotesque heading system. Every section is its own surface color, with no floating cards or shadows, only typography, hairline rules, and color. Roman-numeral indexes, alphabetic directory tables, and monospace footnotes form the structural language. Barlow Black sets display type, Hanken Grotesk sets body, and Space Mono handles technical metadata.
sandblueswissgrid.com
Sand Blue Grid
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: "21aa7ba3-dc95-481c-8e51-2305273424c1"
version: 0
slug: "sand-blue-swiss-grid"
name: "Sand Blue Swiss Grid"
colors:
roles_light:
background: "#FFF6E7"
foreground: "#0A0A0A"
card: "#F0E1B6"
card-foreground: "#0A0A0A"
popover: "#FFF6E7"
popover-foreground: "#0A0A0A"
primary: "#1B68D2"
primary-foreground: "#FFFFFF"
secondary: "#F0E1B6"
secondary-foreground: "#0A0A0A"
muted: "#EDE3C8"
muted-foreground: "#2A2318"
accent: "#1B68D2"
accent-foreground: "#FFFFFF"
destructive: "#6B1414"
destructive-foreground: "#FFFFFF"
border: "#CFC0A0"
input: "#F0E1B6"
ring: "#1B68D2"
success: "#09381F"
success-foreground: "#FFFFFF"
warning: "#5C1D05"
warning-foreground: "#FFFFFF"
chart-1: "#1B68D2"
chart-2: "#0A0A0A"
chart-3: "#A69C7C"
chart-4: "#6B1414"
chart-5: "#BDD0DE"
roles_dark:
background: "#000000"Three ways from the same kit: run "npx identityforge@latest apply sand-blue-swiss-grid" 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/sand-blue-swiss-grid.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.
Sand Blue Swiss Grid is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Sand Blue Swiss Grid — Identity Forge design kit.
* Kit id: 21aa7ba3-dc95-481c-8e51-2305273424c1
* Kit slug: sand-blue-swiss-grid (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=Hanken%20Grotesk:wght@400;500;600;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Barlow', sans-serif;
--font-sans: 'Hanken Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 38 100% 95%;
--foreground: 0 0% 4%;
--card: 44 66% 83%;
--card-foreground: 0 0% 4%;
--popover: 38 100% 95%;
--popover-foreground: 0 0% 4%;
--primary: 215 77% 46%;
--primary-foreground: 0 0% 100%;
--secondary: 44 66% 83%;
--secondary-foreground: 0 0% 4%;
--muted: 44 51% 86%;
--muted-foreground: 37 27% 13%;
--accent: 215 77% 46%;
--accent-foreground: 0 0% 100%;
--destructive: 0 69% 25%;
--destructive-foreground: 0 0% 100%;
--border: 41 33% 72%;
--input: 44 66% 83%;
--ring: 215 77% 46%;
--success: 148 72% 13%;
--success-foreground: 0 0% 100%;
--warning: 17 90% 19%;
--warning-foreground: 0 0% 100%;
--chart-1: 215 77% 46%;
--chart-2: 0 0% 4%;
--chart-3: 46 19% 57%;
--chart-4: 0 69% 25%;
--chart-5: 205 33% 81%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
--gradient-hero: none;
--gradient-brand: none;
--gradient-subtle: linear-gradient(to bottom, #fff6e7, #f0e1b6);
--duration: 120ms;
--duration-slow: 240ms;
--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/sand-blue-swiss-grid.jsonTailwind v4
/*
* Sand Blue Swiss Grid — Identity Forge design kit.
* Kit id: 21aa7ba3-dc95-481c-8e51-2305273424c1
* Kit slug: sand-blue-swiss-grid (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=Hanken%20Grotesk:wght@400;500;600;700&family=Space%20Mono:wght@400;700&display=swap");
:root {
--radius: 0rem;
--font-heading: 'Barlow', sans-serif;
--font-sans: 'Hanken Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 38 100% 95%;
--foreground: 0 0% 4%;
--card: 44 66% 83%;
--card-foreground: 0 0% 4%;
--popover: 38 100% 95%;
--popover-foreground: 0 0% 4%;
--primary: 215 77% 46%;
--primary-foreground: 0 0% 100%;
--secondary: 44 66% 83%;
--secondary-foreground: 0 0% 4%;
--muted: 44 51% 86%;
--muted-foreground: 37 27% 13%;
--accent: 215 77% 46%;
--accent-foreground: 0 0% 100%;
--destructive: 0 69% 25%;
--destructive-foreground: 0 0% 100%;
--border: 41 33% 72%;
--input: 44 66% 83%;
--ring: 215 77% 46%;
--success: 148 72% 13%;
--success-foreground: 0 0% 100%;
--warning: 17 90% 19%;
--warning-foreground: 0 0% 100%;
--chart-1: 215 77% 46%;
--chart-2: 0 0% 4%;
--chart-3: 46 19% 57%;
--chart-4: 0 69% 25%;
--chart-5: 205 33% 81%;
--shadow-sm: none;
--shadow-md: none;
--shadow-lg: none;
--shadow-xl: none;
--gradient-hero: none;
--gradient-brand: none;
--gradient-subtle: linear-gradient(to bottom, #fff6e7, #f0e1b6);
--duration: 120ms;
--duration-slow: 240ms;
--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: "21aa7ba3-dc95-481c-8e51-2305273424c1";
--kit-version: 0;
}
.dark {
--radius: 0rem;
--font-heading: 'Barlow', sans-serif;
--font-sans: 'Hanken Grotesk', sans-serif;
--font-mono: 'Space Mono', monospace;
--background: 0 0% 0%;
--foreground: 38 100% 95%;
--card: 0 0% 10%;
--card-foreground: 44 66% 83%;
--popover: 0 0% 6%;
--popover-foreground: 38 100% 95%;
--primary: 215 77% 46%;
--primary-foreground: 0 0% 100%;
--secondary: 220 55% 17%;
--secondary-foreground: 45 70% 83%;
--muted: 0 0% 10%;
--muted-foreground: 46 19% 57%;
--accent: 44 66% 83%;
--accent-foreground: 0 0% 0%;
--destructive: 0 91% 71%;
--destructive-foreground: 0 0% 0%;
--border: 0 0% 16%;
--input: 0 0% 10%;
--ring: 215 77% 46%;
--success: 142 69% 58%;
--success-foreground: 0 0% 0%;
--warning: 46 97% 65%;
--warning-foreground: 0 0% 0%;
--chart-1: 215 77% 46%;
--chart-2: 44 66% 83%;
--chart-3: 205 33% 81%;
--chart-4: 0 91% 71%;
--chart-5: 46 19% 57%;
}
@theme inline {
--font-heading: 'Barlow', sans-serif;
--font-sans: 'Hanken Grotesk', 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: none;
--shadow-xl: none;
--tracking-tight: -0.01em;
--tracking-normal: 0em;
--ease-kit: cubic-bezier(0.4, 0, 0.2, 1);
--duration-kit: 120ms;
--duration-kit-slow: 240ms;
--gradient-hero: none;
--gradient-brand: none;
--gradient-subtle: linear-gradient(to bottom, #fff6e7, #f0e1b6);
--font-weight-heading: 800;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "sand-blue-swiss-grid",
"type": "registry:theme",
"title": "Sand Blue Swiss Grid",
"description": "A Swiss international-typographic poster translated into a UI kit: bold grotesque display type, alternating cream/blue/sand surface bands, 0rem radius, hairline rules, and a strict left-aligned grid.",
"categories": [
"swiss",
"editorial",
"grotesque",
"poster",
"flat",
"no-border-radius",
"typographic",
"bauhaus"
],© 2026 Identity Forge. All rights reserved.
Munich, Germany