Skip to content
Last updated: 9. jun. 2026, 11.05

Project: ITK Dev Design System

Tokens

All values live in tokens.css as CSS custom properties. Reference them by name — never hardcode hex values in components.

Colors

Brand — teal (primary)

TokenHex
--ds-teal-50#e6f2f6
--ds-teal-100#cce4ed
--ds-teal-500#007ba6 (primary)
--ds-teal-600#00698e (hover)
--ds-teal-700#005876 (active)

Brand — cyan (secondary)

TokenHex
--ds-cyan-400#00b5c9
--ds-cyan-500#00a5cd

Brand — supporting

TokenHexIntent
--ds-green-500#008d3dsuccess
--ds-red-500#e44930danger
--ds-yellow-500#f5b800warning
--ds-lime-500#89bd23accent
--ds-sage-500#73bc99accent

Accent — aarhus.dk relation

Pink and coral borrowed from aarhus.dk. Use the pink for high-visibility secondary CTAs (.btn-accent) and the coral sparingly for warm highlights.

TokenHexIntent
--ds-pink-500#ee0043aarhus accent, --ds-color-accent
--ds-pink-100#fddce6soft pink background
--ds-coral-500#ff5f31warm accent
--ds-coral-100#ffe1d7soft coral background

Pastel surfaces

Soft section backgrounds — the visual tell that connects prototypes to the aarhus.dk look. Use on .card-soft, .hero, or any section.

TokenHex
--ds-surface-mint#aeead9
--ds-surface-cream#fef4c1
--ds-surface-pale-blue#ebeffb
--ds-surface-pale-pink#f1dede
--ds-surface-pale-aqua#daedf3
--ds-surface-coral#ffd7c4

Grayscale

--ds-gray-50 through --ds-gray-900, plus --ds-white and --ds-black.

Semantic aliases

Prefer semantic tokens in component styles — they adapt if the palette shifts.

TokenMaps to
--ds-text-primary--ds-gray-900
--ds-text-secondary--ds-gray-700
--ds-text-muted--ds-gray-600
--ds-text-link--ds-teal-600
--ds-bg-page#ffffff
--ds-bg-surface--ds-white
--ds-bg-subtle#ffffff
--ds-bg-muted#f4f6f6
--ds-border-default#e3e8e8
--ds-border-subtle#edf0f0
--ds-border-focus--ds-teal-500
--ds-color-primary--ds-teal-500
--ds-color-success--ds-green-500
--ds-color-warning--ds-yellow-500
--ds-color-danger--ds-red-500
--ds-color-info--ds-cyan-500
--ds-color-accent--ds-pink-500

Typography

  • Font family: Inter, loaded from Google Fonts with system fallbacks.
  • Monospace: ui-monospace stack for code.

Size scale: --ds-fs-xs (12px) → --ds-fs-5xl (48px), in steps that cover body, heading, and display sizes.

Weights: --ds-fw-regular (400), --ds-fw-medium (500), --ds-fw-semibold (600), --ds-fw-bold (700).

Line heights: --ds-lh-tight (1.25), --ds-lh-snug (1.4), --ds-lh-body (1.5), --ds-lh-loose (1.7).

Spacing

4px base scale: --ds-space-1 (4px) through --ds-space-8 (64px).

TokenValue
--ds-space-14px
--ds-space-28px
--ds-space-312px
--ds-space-416px
--ds-space-524px
--ds-space-632px
--ds-space-748px
--ds-space-864px

Radii

--ds-radius-sm (2px), --ds-radius-md (3px), --ds-radius-lg (4px), --ds-radius-xl (5px), --ds-radius-2xl (6px), --ds-radius-pill (fully rounded), --ds-radius-full (alias for pill).

Shadows

--ds-shadow-sm, --ds-shadow-md, --ds-shadow-lg, and --ds-shadow-focus for focus rings.

Transitions

--ds-transition-fast (120ms), --ds-transition (180ms), --ds-transition-slow (300ms) — all ease-out.