Partykit — design system & UI screens
Light teal landing; a big centered headline for the open-source real-time deployment platform, a playful party-emoji mark, and an 'Add PartyKit to everything' code band.
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/partykit.
Decoded design system
Partykit's decoded design system: background #FFFFFF, text #0A0A0B, accent #FF0F0F, link #FF0F0F, primary #9CA3AF; type scale h1 16px / h2 70px / body 70px; 8px spacing base; 0px base radius. The single interactive/action color is #FF0F0F — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F0 |
| border | #DADADA |
| text | #0A0A0B |
| text_muted | #676767 |
| primary | #9CA3AF |
| accent | #FF0F0F |
| link | #FF0F0F |
| button_bg | #FF0F0F |
| button_text | #FFFFFF |
Using these colors
- Action color
#FF0F0F— the single interactive color; only on things you click or must notice, never large fills. accent,link,button_bgare all#FF0F0F— one role, not several (the action color).- accent
#FF0F0F— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - primary
#9CA3AF— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #FF0F0F).
Typography
- Heading: Noto Sans
- Body: Noto Sans
- Mono: ui-monospace
- h1: 16px
- h2: 70px
- body: 70px
Spacing
- base unit: 8px
- scale: 2px, 5px, 6px, 8px, 11px, 12px, 16px, 24px, 32px, 64px
Radii
- base: 0px
- button: 32px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.1) 0px 10px 50px 0px - overlay:
rgba(0, 0, 0, 0.5) 0px 30px 40px 0px
Motion
Micro-interactions run at 1500ms (dominant) with ease.
- durations: 1500ms · 150ms
- easings:
ease·linear - animated properties: color, width
Native design tokens
| Token | Value |
|---|---|
--color-page | #ffffff |
--color-text | #252525 |
--color-feature-1 | #f3f3f3 |
--color-feature-2 | #ff0f0f |
--color-feature-3 | #bdc1c0 |
--box-radius | 12px |
--window-shadow | 0 30px 40px rgba(0, 0, 0, .5) |
--character-width | .333em |
--atom-width | 20rem |
--demo-offset-X | 0px |
…and 1 more measured on the page.
Layout (measured)
- container max-width:
1100px - common grid: 10 columns
Responsive (measured)
- breakpoints: 500px · 760px · 1100px
- mobile (390px): hero 14px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →