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 frosted, tactile kit that blends sage-grey surfaces with a single punchy citrus-yellow highlight. The mood is quiet, modern, and calm, suited to ambient utility apps, control dashboards, and lifestyle products that want personality without noise. Generous rounding (lg 1.25rem, xl 1.75rem) and airy spacing reinforce the soft, editorial feel, using Inter for both headings and body.
sageyellowglass.com
Sage Yellow Glass
Supporting copy goes here.
sageyellowglass.com
Sage Yellow Glass
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: "89345813-abb9-489a-85c9-7efc3b2caced"
version: 0
slug: "sage-yellow-glass"
name: "Sage Yellow Glass"
colors:
roles_light:
background: "#FBFCF7"
foreground: "#1A1C19"
card: "#EEF0E7"
card-foreground: "#1A1C19"
popover: "#FFFFFF"
popover-foreground: "#1A1C19"
primary: "#FBEC53"
primary-foreground: "#2C2A08"
secondary: "#DBE0D6"
secondary-foreground: "#2F3329"
muted: "#E7EAE0"
muted-foreground: "#5E635A"
accent: "#5B6F4F"
accent-foreground: "#FFFFFF"
destructive: "#BA1A1A"
destructive-foreground: "#FFFFFF"
border: "#D3D8CA"
input: "#D3D8CA"
ring: "#FBEC53"
success: "#3A7D33"
success-foreground: "#FFFFFF"
warning: "#B5860A"
warning-foreground: "#000000"
chart-1: "#FBEC53"
chart-2: "#A9C24A"
chart-3: "#5B6F4F"
chart-4: "#817603"
chart-5: "#C2C9BD"
roles_dark:
background: "#161813"Three ways from the same kit: run "npx identityforge@latest apply sage-yellow-glass" 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/sage-yellow-glass.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.
Sage Yellow Glass is free: its full color tokens, fonts, DESIGN.md, and every export are available at no cost.
Supporting copy goes here.
/*
* Sage Yellow Glass — Identity Forge design kit.
* Kit id: 89345813-abb9-489a-85c9-7efc3b2caced
* Kit slug: sage-yellow-glass (a mutable alias; the id is the durable handle)
* Kit version: 0 (no version minted yet)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains%20Mono:wght@400;500;700&display=swap");
:root {
--radius: 1.25rem;
--font-heading: 'Inter', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 72 45% 98%;
--foreground: 100 6% 10%;
--card: 73 23% 92%;
--card-foreground: 100 6% 10%;
--popover: 0 0% 100%;
--popover-foreground: 100 6% 10%;
--primary: 55 95% 65%;
--primary-foreground: 57 69% 10%;
--secondary: 90 14% 86%;
--secondary-foreground: 84 11% 18%;
--muted: 78 19% 90%;
--muted-foreground: 93 5% 37%;
--accent: 98 17% 37%;
--accent-foreground: 0 0% 100%;
--destructive: 0 75% 42%;
--destructive-foreground: 0 0% 100%;
--border: 81 15% 82%;
--input: 81 15% 82%;
--ring: 55 95% 65%;
--success: 114 42% 35%;
--success-foreground: 0 0% 100%;
--warning: 44 90% 37%;
--warning-foreground: 0 0% 0%;
--chart-1: 55 95% 65%;
--chart-2: 73 50% 53%;
--chart-3: 98 17% 37%;
--chart-4: 55 95% 26%;
--chart-5: 95 10% 76%;
--shadow-sm: 0 1px 2px rgba(40,45,35,0.05);
--shadow-md: 0 4px 12px rgba(40,45,35,0.08);
--shadow-lg: 0 12px 28px rgba(40,45,35,0.10);
--shadow-xl: 0 24px 48px rgba(40,45,35,0.14);
--gradient-hero: linear-gradient(160deg,#fbfcf7 0%,#e7eae0 60%,#dbe0d6 100%);
--gradient-brand: linear-gradient(135deg,#fbec53 0%,#a9c24a 100%);
--gradient-subtle: linear-gradient(180deg,#fbfcf7 0%,#eef0e7 100%);
--duration: 200ms;
--duration-slow: 400ms;
--ease: cubic-bezier(0.4,0,0.2,1);
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--font-weight-heading: 600;
--font-weight-body: 400;
--button-radius: 0.875rem;
--card-radius: 1.75rem;
--input-radius: 0.875rem;
--badge-radius: 0.875rem;
--border-width: 1px;Registry
/r/sage-yellow-glass.jsonTailwind v4
/*
* Sage Yellow Glass — Identity Forge design kit.
* Kit id: 89345813-abb9-489a-85c9-7efc3b2caced
* Kit slug: sage-yellow-glass (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=Inter:wght@400;500;600;700&family=JetBrains%20Mono:wght@400;500;700&display=swap");
:root {
--radius: 1.25rem;
--font-heading: 'Inter', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 72 45% 98%;
--foreground: 100 6% 10%;
--card: 73 23% 92%;
--card-foreground: 100 6% 10%;
--popover: 0 0% 100%;
--popover-foreground: 100 6% 10%;
--primary: 55 95% 65%;
--primary-foreground: 57 69% 10%;
--secondary: 90 14% 86%;
--secondary-foreground: 84 11% 18%;
--muted: 78 19% 90%;
--muted-foreground: 93 5% 37%;
--accent: 98 17% 37%;
--accent-foreground: 0 0% 100%;
--destructive: 0 75% 42%;
--destructive-foreground: 0 0% 100%;
--border: 81 15% 82%;
--input: 81 15% 82%;
--ring: 55 95% 65%;
--success: 114 42% 35%;
--success-foreground: 0 0% 100%;
--warning: 44 90% 37%;
--warning-foreground: 0 0% 0%;
--chart-1: 55 95% 65%;
--chart-2: 73 50% 53%;
--chart-3: 98 17% 37%;
--chart-4: 55 95% 26%;
--chart-5: 95 10% 76%;
--shadow-sm: 0 1px 2px rgba(40,45,35,0.05);
--shadow-md: 0 4px 12px rgba(40,45,35,0.08);
--shadow-lg: 0 12px 28px rgba(40,45,35,0.10);
--shadow-xl: 0 24px 48px rgba(40,45,35,0.14);
--gradient-hero: linear-gradient(160deg,#fbfcf7 0%,#e7eae0 60%,#dbe0d6 100%);
--gradient-brand: linear-gradient(135deg,#fbec53 0%,#a9c24a 100%);
--gradient-subtle: linear-gradient(180deg,#fbfcf7 0%,#eef0e7 100%);
--duration: 200ms;
--duration-slow: 400ms;
--ease: cubic-bezier(0.4,0,0.2,1);
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--font-weight-heading: 600;
--font-weight-body: 400;
--button-radius: 0.875rem;
--card-radius: 1.75rem;
--input-radius: 0.875rem;
--badge-radius: 0.875rem;
--border-width: 1px;
--card-border-width: 1px;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 1px;
--heading-transform: none;
--label-transform: none;
--kit-id: "89345813-abb9-489a-85c9-7efc3b2caced";
--kit-version: 0;
}
.dark {
--radius: 1.25rem;
--font-heading: 'Inter', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-mono: 'JetBrains Mono', monospace;
--background: 84 12% 8%;
--foreground: 73 16% 89%;
--card: 80 15% 12%;
--card-foreground: 73 16% 89%;
--popover: 80 15% 12%;
--popover-foreground: 73 16% 89%;
--primary: 55 95% 65%;
--primary-foreground: 57 69% 10%;
--secondary: 87 10% 17%;
--secondary-foreground: 81 17% 84%;
--muted: 87 12% 15%;
--muted-foreground: 83 9% 63%;
--accent: 73 50% 53%;
--accent-foreground: 74 62% 8%;
--destructive: 6 100% 84%;
--destructive-foreground: 357 100% 21%;
--border: 85 12% 20%;
--input: 85 12% 20%;
--ring: 55 95% 65%;
--success: 120 49% 70%;
--success-foreground: 135 100% 11%;
--warning: 45 77% 60%;
--warning-foreground: 46 100% 11%;
--chart-1: 55 95% 65%;
--chart-2: 73 50% 53%;
--chart-3: 120 49% 70%;
--chart-4: 54 57% 55%;
--chart-5: 98 5% 55%;
}
@theme inline {
--font-heading: 'Inter', sans-serif;
--font-sans: 'Inter', 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.5rem;
--radius-md: 0.875rem;
--radius-lg: 1.25rem;
--radius-xl: 1.75rem;
--radius-button: 0.875rem;
--radius-card: 1.75rem;
--radius-input: 0.875rem;
--radius-badge: 0.875rem;
--border-width: 1px;
--card-border-width: 1px;
--input-border-width: 1px;
--button-border-width: 1px;
--badge-border-width: 1px;
--shadow-sm: 0 1px 2px rgba(40,45,35,0.05);
--shadow-md: 0 4px 12px rgba(40,45,35,0.08);
--shadow-lg: 0 12px 28px rgba(40,45,35,0.10);
--shadow-xl: 0 24px 48px rgba(40,45,35,0.14);
--tracking-tight: -0.02em;
--tracking-normal: 0em;
--ease-kit: cubic-bezier(0.4,0,0.2,1);
--duration-kit: 200ms;
--duration-kit-slow: 400ms;
--gradient-hero: linear-gradient(160deg,#fbfcf7 0%,#e7eae0 60%,#dbe0d6 100%);
--gradient-brand: linear-gradient(135deg,#fbec53 0%,#a9c24a 100%);
--gradient-subtle: linear-gradient(180deg,#fbfcf7 0%,#eef0e7 100%);
--font-weight-heading: 600;
--font-weight-body: 400;
}Registry payload
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "sage-yellow-glass",
"type": "registry:theme",
"title": "Sage Yellow Glass",
"description": "A soft glassmorphic design system pairing muted sage neutrals with a vibrant citrus-yellow accent for calm, focused product UIs.",
"categories": [
"sage",
"citrus",
"glassmorphism",
"minimal",
"soft-ui",
"neutral",
"calm"
],
"cssVars": {© 2026 Identity Forge. All rights reserved.
Munich, Germany