noboxAI website
Design token showcase extracted from noboxai.com — Extracted from https://noboxai.com/
92 tokensOnboarded 2026-04-08
Color System
Typography
Bricolage Grotesque
Display — The quick brown fox jumps
H1 — The quick brown fox jumps
H2 — The quick brown fox jumps
H3 — The quick brown fox jumps
noboxicon
Bold: Design tokens bridge the gap between design tools and code.
Regular: They encode visual decisions — colors, typography, spacing — as structured data that both designers and developers can share.
JetBrains Mono
const tokens = await extractFromCSS(url); const merged = mergeTokens(foundation, overrides); const css = toCSSVariables(merged);
Spacing & Shape
Spacing Scale
sm
4px
md
16px
lg
24px
xl
32px
Border Radius
sm
4px
md
8px
lg
12px
Component Gallery
Shared UI components themed with this project's design tokens via CSS custom property cascade.
Button
Badge & Tag
DefaultSuccessWarningErrorInfo
DefaultDefaultSuccessWarningError
Alert
Tokens extracted successfully from source site.
Some token values may need manual refinement.
Build failed — check console for details.
Re-analyze to update tokens from the live site.
Form Controls
Data Display
Tokens
92Colors
33Components
66LiveBuildingFailed
Token density
Score Gauge
95
Design Drift
92
Token Count
75
Coverage
Avatar & Tooltip
Hover me
Token Reference
| DTCG Path | Type | Value | CSS Variable |
|---|---|---|---|
| color.primary.base | color | #03a9f4 | --color-primary-base |
| color.primary.hover | color | #0693e3 | --color-primary-hover |
| color.primary.active | color | #0284c7 | --color-primary-active |
| color.primary.muted | color | #b3e5fc | --color-primary-muted |
| color.accent.gold | color | #ffba49 | --color-accent-gold |
| color.accent.goldHover | color | #d97706 | --color-accent-goldHover |
| color.background.white | color | #ffffff | --color-background-white |
| color.background.light | color | #f7f9f9 | --color-background-light |
| color.background.card | color | #ffffff | --color-background-card |
| color.background.elevated | color | #ffffff | --color-background-elevated |
| color.background.input | color | #ffffff | --color-background-input |
| color.background.overlay | color | rgba(0, 0, 0, 0.5) | --color-background-overlay |
| color.text.primary | color | #2b2b2b | --color-text-primary |
| color.text.secondary | color | #4c5b61 | --color-text-secondary |
| color.text.muted | color | #abb8c3 | --color-text-muted |
| color.text.inverse | color | #ffffff | --color-text-inverse |
| color.border.default | color | #e0e0e0 | --color-border-default |
| color.border.subtle | color | #f0f0f0 | --color-border-subtle |
| color.border.focus | color | #03a9f4 | --color-border-focus |
| color.status.success | color | #8bc34a | --color-status-success |
| color.status.warning | color | #ffba49 | --color-status-warning |
| color.status.error | color | #eb5e55 | --color-status-error |
| color.status.info | color | #03a9f4 | --color-status-info |
| color.neutral.0 | color | #ffffff | --color-neutral-0 |
| color.neutral.1 | color | #f7f9f9 | --color-neutral-1 |
| color.neutral.2 | color | #e0e0e0 | --color-neutral-2 |
| color.neutral.3 | color | #abb8c3 | --color-neutral-3 |
| color.neutral.4 | color | #4c5b61 | --color-neutral-4 |
| color.neutral.5 | color | #2b2b2b | --color-neutral-5 |
| color.neutral.6 | color | #1a1a1a | --color-neutral-6 |
| typography.fontFamily.heading | fontFamily | Bricolage Grotesque, system-ui, sans-serif | --typography-fontFamily-heading |
| typography.fontFamily.body | fontFamily | noboxicon, system-ui, sans-serif | --typography-fontFamily-body |
| typography.fontFamily.mono | fontFamily | JetBrains Mono, monospace | --typography-fontFamily-mono |
| typography.fontSize.xs | dimension | 12px | --typography-fontSize-xs |
| typography.fontSize.sm | dimension | 14px | --typography-fontSize-sm |
| typography.fontSize.base | dimension | 17px | --typography-fontSize-base |
| typography.fontSize.md | dimension | 18px | --typography-fontSize-md |
| typography.fontSize.lg | dimension | 20px | --typography-fontSize-lg |
| typography.fontSize.xl | dimension | 24px | --typography-fontSize-xl |
| typography.fontSize.2xl | dimension | 30px | --typography-fontSize-2xl |
| typography.fontSize.3xl | dimension | 36px | --typography-fontSize-3xl |
| typography.fontSize.4xl | dimension | 48px | --typography-fontSize-4xl |
| typography.fontSize.display | dimension | 60px | --typography-fontSize-display |
| typography.fontWeight.normal | fontWeight | 300 | --typography-fontWeight-normal |
| typography.fontWeight.medium | fontWeight | 500 | --typography-fontWeight-medium |
| typography.fontWeight.semibold | fontWeight | 600 | --typography-fontWeight-semibold |
| typography.fontWeight.bold | fontWeight | 700 | --typography-fontWeight-bold |
| typography.lineHeight.tight | number | 1.2 | --typography-lineHeight-tight |
| typography.lineHeight.normal | number | 1.5 | --typography-lineHeight-normal |
| typography.lineHeight.relaxed | number | 1.75 | --typography-lineHeight-relaxed |
| typography.letterSpacing.tight | dimension | -0.02em | --typography-letterSpacing-tight |
| typography.letterSpacing.normal | dimension | 0em | --typography-letterSpacing-normal |
| typography.letterSpacing.wide | dimension | 0.05em | --typography-letterSpacing-wide |
| spacing.0 | dimension | 0px | --spacing-0 |
| spacing.1 | dimension | 4px | --spacing-1 |
| spacing.2 | dimension | 8px | --spacing-2 |
| spacing.3 | dimension | 12px | --spacing-3 |
| spacing.4 | dimension | 16px | --spacing-4 |
| spacing.5 | dimension | 20px | --spacing-5 |
| spacing.6 | dimension | 24px | --spacing-6 |
| spacing.8 | dimension | 32px | --spacing-8 |
| spacing.10 | dimension | 40px | --spacing-10 |
| spacing.12 | dimension | 48px | --spacing-12 |
| spacing.16 | dimension | 64px | --spacing-16 |
| spacing.20 | dimension | 80px | --spacing-20 |
| spacing.24 | dimension | 96px | --spacing-24 |
| borderRadius.none | dimension | 0px | --borderRadius-none |
| borderRadius.sm | dimension | 4px | --borderRadius-sm |
| borderRadius.md | dimension | 8px | --borderRadius-md |
| borderRadius.lg | dimension | 12px | --borderRadius-lg |
| borderRadius.xl | dimension | 16px | --borderRadius-xl |
| borderRadius.2xl | dimension | 24px | --borderRadius-2xl |
| borderRadius.full | dimension | 9999px | --borderRadius-full |
| shadow.sm | shadow | 0 1px 2px rgba(0,0,0,0.1) | --shadow-sm |
| shadow.md | shadow | 0 4px 12px rgba(0,0,0,0.1) | --shadow-md |
| shadow.lg | shadow | 0 10px 25px rgba(0,0,0,0.15) | --shadow-lg |
| shadow.glow | shadow | 0 0 20px rgba(3,169,244,0.3) | --shadow-glow |
| gradient.primaryToGold | gradient | linear-gradient(135deg, #03a9f4 0%, #ffba49 100%) | --gradient-primaryToGold |
| gradient.lightWash | gradient | linear-gradient(180deg, #f7f9f9 0%, #ffffff 100%) | --gradient-lightWash |
| transition.fast | transition | 150ms ease | --transition-fast |
| transition.default | transition | 250ms ease | --transition-default |
| transition.slow | transition | 400ms ease | --transition-slow |
| breakpoint.mobile | dimension | 480px | --breakpoint-mobile |
| breakpoint.tablet | dimension | 768px | --breakpoint-tablet |
| breakpoint.desktop | dimension | 1024px | --breakpoint-desktop |
| breakpoint.wide | dimension | 1440px | --breakpoint-wide |
| frontier.mesh.accent | color | #ffba49 | --frontier-mesh-accent |
| frontier.mesh.r | number | 255 | --frontier-mesh-r |
| frontier.mesh.g | number | 186 | --frontier-mesh-g |
| frontier.mesh.b | number | 73 | --frontier-mesh-b |
| frontier.scene.ambient | color | #261c0b | --frontier-scene-ambient |
| frontier.svg.stroke | color | #ffba49 | --frontier-svg-stroke |
{
"$schema": "https://design-tokens.org/schema.json",
"color": {
"primary": {
"base": {
"$value": "#03a9f4",
"$type": "color"
},
"hover": {
"$value": "#0693e3",
"$type": "color"
},
"active": {
"$value": "#0284c7",
"$type": "color"
},
"muted": {
"$value": "#b3e5fc",
"$type": "color"
}
},
"accent": {
"gold": {
"$value": "#ffba49",
"$type": "color"
},
"goldHover": {
"$value": "#d97706",
"$type": "color"
}
},
"background": {
"white": {
"$value": "#ffffff",
"$type": "color"
},
"light": {
"$value": "#f7f9f9",
"$type": "color"
},
"card": {
"$value": "#ffffff",
"$type": "color"
},
"elevated": {
"$value": "#ffffff",
"$type": "color"
},
"input": {
"$value": "#ffffff",
"$type": "color"
},
"overlay": {
"$value": "rgba(0, 0, 0, 0.5)",
"$type": "color"
}
},
"text": {
"primary": {
"$value": "#2b2b2b",
"$type": "color"
},
"secondary": {
"$value": "#4c5b61",
"$type": "color"
},
"muted": {
"$value": "#abb8c3",
"$type": "color"
},
"inverse": {
"$value": "#ffffff",
"$type": "color"
}
},
"border": {
"default": {
"$value": "#e0e0e0",
"$type": "color"
},
"subtle": {
"$value": "#f0f0f0",
"$type": "color"
},
"focus": {
"$value": "#03a9f4",
"$type": "color"
}
},
"status": {
"success": {
"$value": "#8bc34a",
"$type": "color"
},
"warning": {
"$value": "#ffba49",
"$type": "color"
},
"error": {
"$value": "#eb5e55",
"$type": "color"
},
"info": {
"$value": "#03a9f4",
"$type": "color"
}
},
"neutral": {
"0": {
"$value": "#ffffff",
"$type": "color"
},
"1": {
"$value": "#f7f9f9",
"$type": "color"
},
"2": {
"$value": "#e0e0e0",
"$type": "color"
},
"3": {
"$value": "#abb8c3",
"$type": "color"
},
"4": {
"$value": "#4c5b61",
"$type": "color"
},
"5": {
"$value": "#2b2b2b",
"$type": "color"
},
"6": {
"$value": "#1a1a1a",
"$type": "color"
}
}
},
"typography": {
"fontFamily": {
"heading": {
"$value": "Bricolage Grotesque, system-ui, sans-serif",
"$type": "fontFamily"
},
"body": {
"$value": "noboxicon, system-ui, sans-serif",
"$type": "fontFamily"
},
"mono": {
"$value": "JetBrains Mono, monospace",
"$type": "fontFamily"
}
},
"fontSize": {
"xs": {
"$value": "12px",
"$type": "dimension"
},
"sm": {
"$value": "14px",
"$type": "dimension"
},
"base": {
"$value": "17px",
"$type": "dimension"
},
"md": {
"$value": "18px",
"$type": "dimension"
},
"lg": {
"$value": "20px",
"$type": "dimension"
},
"xl": {
"$value": "24px",
"$type": "dimension"
},
"2xl": {
"$value": "30px",
"$type": "dimension"
},
"3xl": {
"$value": "36px",
"$type": "dimension"
},
"4xl": {
"$value": "48px",
"$type": "dimension"
},
"display": {
"$value": "60px",
"$type": "dimension"
}
},
"fontWeight": {
"normal": {
"$value": "300",
"$type": "fontWeight"
},
"medium": {
"$value": "500",
"$type": "fontWeight"
},
"semibold": {
"$value": "600",
"$type": "fontWeight"
},
"bold": {
"$value": "700",
"$type": "fontWeight"
}
},
"lineHeight": {
"tight": {
"$value": "1.2",
"$type": "number"
},
"normal": {
"$value": "1.5",
"$type": "number"
},
"relaxed": {
"$value": "1.75",
"$type": "number"
}
},
"letterSpacing": {
"tight": {
"$value": "-0.02em",
"$type": "dimension"
},
"normal": {
"$value": "0em",
"$type": "dimension"
},
"wide": {
"$value": "0.05em",
"$type": "dimension"
}
}
},
"spacing": {
"0": {
"$value": "0px",
"$type": "dimension"
},
"1": {
"$value": "4px",
"$type": "dimension"
},
"2": {
"$value": "8px",
"$type": "dimension"
},
"3": {
"$value": "12px",
"$type": "dimension"
},
"4": {
"$value": "16px",
"$type": "dimension"
},
"5": {
"$value": "20px",
"$type": "dimension"
},
"6": {
"$value": "24px",
"$type": "dimension"
},
"8": {
"$value": "32px",
"$type": "dimension"
},
"10": {
"$value": "40px",
"$type": "dimension"
},
"12": {
"$value": "48px",
"$type": "dimension"
},
"16": {
"$value": "64px",
"$type": "dimension"
},
"20": {
"$value": "80px",
"$type": "dimension"
},
"24": {
"$value": "96px",
"$type": "dimension"
}
},
"borderRadius": {
"none": {
"$value": "0px",
"$type": "dimension"
},
"sm": {
"$value": "4px",
"$type": "dimension"
},
"md": {
"$value": "8px",
"$type": "dimension"
},
"lg": {
"$value": "12px",
"$type": "dimension"
},
"xl": {
"$value": "16px",
"$type": "dimension"
},
"2xl": {
"$value": "24px",
"$type": "dimension"
},
"full": {
"$value": "9999px",
"$type": "dimension"
}
},
"shadow": {
"sm": {
"$value": "0 1px 2px rgba(0,0,0,0.1)",
"$type": "shadow"
},
"md": {
"$value": "0 4px 12px rgba(0,0,0,0.1)",
"$type": "shadow"
},
"lg": {
"$value": "0 10px 25px rgba(0,0,0,0.15)",
"$type": "shadow"
},
"glow": {
"$value": "0 0 20px rgba(3,169,244,0.3)",
"$type": "shadow"
}
},
"gradient": {
"primaryToGold": {
"$value": "linear-gradient(135deg, #03a9f4 0%, #ffba49 100%)",
"$type": "gradient"
},
"lightWash": {
"$value": "linear-gradient(180deg, #f7f9f9 0%, #ffffff 100%)",
"$type": "gradient"
}
},
"transition": {
"fast": {
"$value": "150ms ease",
"$type": "transition"
},
"default": {
"$value": "250ms ease",
"$type": "transition"
},
"slow": {
"$value": "400ms ease",
"$type": "transition"
}
},
"breakpoint": {
"mobile": {
"$value": "480px",
"$type": "dimension"
},
"tablet": {
"$value": "768px",
"$type": "dimension"
},
"desktop": {
"$value": "1024px",
"$type": "dimension"
},
"wide": {
"$value": "1440px",
"$type": "dimension"
}
},
"frontier": {
"mesh": {
"accent": {
"$type": "color",
"$value": "#ffba49"
},
"r": {
"$type": "number",
"$value": 255
},
"g": {
"$type": "number",
"$value": 186
},
"b": {
"$type": "number",
"$value": 73
}
},
"scene": {
"ambient": {
"$type": "color",
"$value": "#261c0b"
}
},
"svg": {
"stroke": {
"$type": "color",
"$value": "#ffba49"
}
}
}
}