gds atlanta
gds atlanta project showcase — Extracted from https://gdsatlanta.com/
30 tokensOnboarded 2026-04-09
Color System
Typography
--awb-bg-size:cover
Display — The quick brown fox jumps
H1 — The quick brown fox jumps
H2 — The quick brown fox jumps
H3 — The quick brown fox jumps
DM Sans
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
2px
md
8px
lg
20px
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
30Colors
15Components
66LiveBuildingFailed
Token density
Score Gauge
95
Design Drift
30
Token Count
75
Coverage
Avatar & Tooltip
Hover me
Token Reference
| DTCG Path | Type | Value | CSS Variable |
|---|---|---|---|
| color.primary.base | color | #007cba | --color-primary-base |
| color.primary.hover | color | #006ba1 | --color-primary-hover |
| color.accent.gold | color | #7a00df | --color-accent-gold |
| color.background.dark | color | #dddddd | --color-background-dark |
| color.background.card | color | #ffffff | --color-background-card |
| color.background.elevated | color | #f4f4f6 | --color-background-elevated |
| color.background.input | color | #ffffff | --color-background-input |
| color.text.primary | color | #313131 | --color-text-primary |
| color.text.secondary | color | #444444 | --color-text-secondary |
| color.text.muted | color | #abb8c3 | --color-text-muted |
| color.border.default | color | #eeeeee | --color-border-default |
| color.border.focus | color | #007cba | --color-border-focus |
| color.status.success | color | #00d084 | --color-status-success |
| color.status.warning | color | #ff6900 | --color-status-warning |
| color.status.error | color | #cf2e2e | --color-status-error |
| typography.fontFamily.heading | fontFamily | --awb-bg-size:cover, system-ui, sans-serif | --typography-fontFamily-heading |
| typography.fontFamily.body | fontFamily | DM Sans, system-ui, sans-serif | --typography-fontFamily-body |
| typography.fontFamily.mono | fontFamily | JetBrains Mono, monospace | --typography-fontFamily-mono |
| typography.fontSize.base | dimension | 20px | --typography-fontSize-base |
| typography.fontWeight.normal | fontWeight | 400 | --typography-fontWeight-normal |
| typography.fontWeight.bold | fontWeight | 600 | --typography-fontWeight-bold |
| spacing.unit | dimension | 8px | --spacing-unit |
| spacing.sm | dimension | 4px | --spacing-sm |
| spacing.md | dimension | 16px | --spacing-md |
| spacing.lg | dimension | 24px | --spacing-lg |
| spacing.xl | dimension | 32px | --spacing-xl |
| borderRadius.sm | dimension | 2px | --borderRadius-sm |
| borderRadius.md | dimension | 8px | --borderRadius-md |
| borderRadius.lg | dimension | 20px | --borderRadius-lg |
| shadow.md | shadow | none !important | --shadow-md |
{
"$schema": "https://design-tokens.org/schema.json",
"color": {
"primary": {
"base": {
"$value": "#007cba",
"$type": "color"
},
"hover": {
"$value": "#006ba1",
"$type": "color"
}
},
"accent": {
"gold": {
"$value": "#7a00df",
"$type": "color"
}
},
"background": {
"dark": {
"$value": "#dddddd",
"$type": "color"
},
"card": {
"$value": "#ffffff",
"$type": "color"
},
"elevated": {
"$value": "#f4f4f6",
"$type": "color"
},
"input": {
"$value": "#ffffff",
"$type": "color"
}
},
"text": {
"primary": {
"$value": "#313131",
"$type": "color"
},
"secondary": {
"$value": "#444444",
"$type": "color"
},
"muted": {
"$value": "#abb8c3",
"$type": "color"
}
},
"border": {
"default": {
"$value": "#eeeeee",
"$type": "color"
},
"focus": {
"$value": "#007cba",
"$type": "color"
}
},
"status": {
"success": {
"$value": "#00d084",
"$type": "color"
},
"warning": {
"$value": "#ff6900",
"$type": "color"
},
"error": {
"$value": "#cf2e2e",
"$type": "color"
}
}
},
"typography": {
"fontFamily": {
"heading": {
"$value": "--awb-bg-size:cover, system-ui, sans-serif",
"$type": "fontFamily"
},
"body": {
"$value": "DM Sans, system-ui, sans-serif",
"$type": "fontFamily"
},
"mono": {
"$value": "JetBrains Mono, monospace",
"$type": "fontFamily"
}
},
"fontSize": {
"base": {
"$value": "20px",
"$type": "dimension"
}
},
"fontWeight": {
"normal": {
"$value": "400",
"$type": "fontWeight"
},
"bold": {
"$value": "600",
"$type": "fontWeight"
}
}
},
"spacing": {
"unit": {
"$value": "8px",
"$type": "dimension"
},
"sm": {
"$value": "4px",
"$type": "dimension"
},
"md": {
"$value": "16px",
"$type": "dimension"
},
"lg": {
"$value": "24px",
"$type": "dimension"
},
"xl": {
"$value": "32px",
"$type": "dimension"
}
},
"borderRadius": {
"sm": {
"$value": "2px",
"$type": "dimension"
},
"md": {
"$value": "8px",
"$type": "dimension"
},
"lg": {
"$value": "20px",
"$type": "dimension"
}
},
"shadow": {
"md": {
"$value": "none !important",
"$type": "shadow"
}
}
}