Partiful — decoded design system
Partiful's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/partiful.com.
Decoded design system
Partiful's decoded design system: background #FFFFFF, text #000000, accent #000000, link #0000EE, primary #0000EE; type scale h1 112px / h2 48px / body 24px; 4px spacing base; 4px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #0000EE |
| accent | #000000 |
| link | #0000EE |
| button_bg | #FFFFFF |
| button_text | #0000EE |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. primary,linkare all#0000EE— one role, not several (the action color).- accent
#000000— accent for emphasis — keep it rare on the page.
Typography
- Heading: TWK Lausanne Pan 850
- Body: TWK Lausanne
- h1: 112px
- h2: 48px
- body: 24px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 30px, 40px
Radii
- base: 4px
- button: 4px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.1) 0px 0px 6px 0px - overlay:
rgba(0, 0, 0, 0.1) 0px 0px 20px 0px
Button states (measured)
- primary hover: background
rgba(255, 255, 255, 0.8) - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- nav: 128px relative
- common grid: 2 columns
Motion choreography (measured)
Scroll reveal: 7 elements rest at opacity 0, translateY(100px).
Responsive (measured)
- breakpoints: 809px · 1199px
- mobile (390px): hero 28px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/partiful.com
registry item · or query it over MCP: get_design_system("Partiful")
Export: DESIGN.md
# Partiful — Design System > light, modern, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#0000EE` | | accent | `#000000` | | link | `#0000EE` | | button_bg | `#FFFFFF` | | button_text | `#0000EE` | **Using these colors** - **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `link` are all `#0000EE` — one role, not several. - **accent** `#000000` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#3E4AAC` 15.1% · `#140B16` 14% · `#D29397` 13.6% · `#964E91` 11.9% ## Typography - Heading: **TWK Lausanne Pan 850** _(free fallback: Newsreader)_ - Body: **TWK Lausanne** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 112px / 825 · lh 90px · tracking -3.36px | | h2 | 48px / 500 · lh 48px · tracking -0.96px | | h3 | 42px / 400 · lh 50px | | body | 24px / 550 · lh 34px · tracking -0.48px | | small | 22px / 400 · lh 31px · tracking -0.88px | - Weight ladder: 400 · 500 · 550 · 700 · 825 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** TWK Lausanne Pan 850 may be proprietary — safe free fallback: Newsreader (Google Fonts). TWK Lausanne may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 30px, 40px — snap all gaps/padding to these ## Radius - base: 4px - button: 4px - card: 12px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#0000EE` | none | 4px | 0px 24px 0px 24px | 400 12px | none | | secondary | `#FFFFFF` / `#0000EE` | none | 4px | 0px 24px 0px 24px | 400 12px | none | **States (measured, not guessed)** - primary hover: background `rgba(255, 255, 255, 0.8)` - primary focus: outline `1px auto rgb(16, 16, 16)` - secondary hover: background `rgba(255, 255, 255, 0.796)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.1) 0px 0px 6px 0px` - overlay: `rgba(0, 0, 0, 0.1) 0px 0px 20px 0px` ## Layout (measured) - common grid: 2-col - nav: 128px relative | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 2124 | 288 | 2 | — | 0/0 | — | ## Motion choreography (measured) - scroll reveal: 7 elements rest at opacity 0, translateY(100px) (7 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 809px · 1199px - mobile (390px): hero 28px · body 12px · nav: inline ## How to apply Paste the Tailwind `@theme` (or CSS variables) as your base, then build each section to its spec — verify every color, radius, and font against these tokens. Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.
An automated reading of Partiful's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with partiful.com. No screenshots stored. Removal requests: hello@mozaika.design.