tldraw — design system & UI screens
The tldraw whiteboard itself as landing: an infinite canvas with a floating shape and color toolbar and a style panel. Developer-embeddable, open-source canvas SDK.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/tldraw.
Decoded design system
tldraw's decoded design system: background #F9FAFB, text #2E2E2E, accent #E085F4, link #E085F4, primary #9FA8B2; type scale h1 24px / h2 24px / body 12px; 4px spacing base; 4px base radius. The single interactive/action color is #EDF0F2 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F9FAFB |
| surface | #ECEDEE |
| border | #DADBDC |
| text | #2E2E2E |
| text_muted | #7B7B7B |
| primary | #9FA8B2 |
| accent | #E085F4 |
| link | #E085F4 |
| secondary | #AE3EC9 |
| button_bg | #EDF0F2 |
| button_text | #2E2E2E |
Using these colors
- Action color
#EDF0F2— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#E085F4— one role, not several (the action color).- accent
#E085F4— accent for emphasis — keep it rare on the page. - primary
#9FA8B2— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #EDF0F2). - secondary
#AE3EC9— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: Inter
- Body: Inter
- h1: 24px
- h2: 24px
- body: 12px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 64px
Radii
- base: 4px
- button: 9px
Motion
Micro-interactions run at 3000ms (dominant) with ease-in-out.
- durations: 3000ms · 200ms
- easings:
ease-in-out·ease-out - animated properties: transform, opacity
Layout (measured)
- nav: 900px
Motion choreography (measured)
Load order: div._cookieAcceptButtonText_ → div._cookieConsent_85tjp_45
Overlay recipe (measured)
dialog panel: #FCFCFC · radius 9px
Themes
dark counterpart: background #101011, text #F9FAFB.
Responsive (measured)
- mobile (390px): hero 24px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →