Mixpanel — decoded design system
Mixpanel'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/mixpanel.com.
Decoded design system
Mixpanel's decoded design system: background #FFFFFF, text #000000, accent #0000EE, link #0000EE, primary #150040; type scale h1 48px / h2 36px / body 14px; 4px spacing base; 8px base radius. The single interactive/action color is #1F2023 — 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 | #150040 |
| accent | #0000EE |
| link | #0000EE |
| secondary | #122124 |
| button_bg | #1F2023 |
| button_text | #0000EE |
Using these colors
- Action color
#1F2023— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#0000EE— one role, not several (the action color).secondary#122124,button_bg#1F2023are visually the same color (Δ15) — treat as one role (the action color).- accent
#0000EE— accent for emphasis — keep it rare on the page. - primary
#150040— a brand color — but the call-to-action uses #1F2023, not this.
Typography
- Heading: Garnett
- Body: Garnett
- h1: 48px
- h2: 36px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 3px, 4px, 6px, 8px, 10px, 14px, 16px, 24px, 40px
Radii
- base: 8px
- button: 100px
Shadows (elevation)
- subtle:
rgba(218, 208, 255, 0.5) 1px 1px 4px 0px - card:
rgba(96, 65, 207, 0.3) 0px 0px 20px 0px - overlay:
rgba(218, 208, 255, 0.5) 0px 40px 24px -32px
Motion
Micro-interactions run at 350ms (dominant) with ease.
- durations: 350ms
- easings:
ease - animated properties: opacity
Button states (measured)
- primary hover: background
rgba(31, 32, 35, 0.8) - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1220px - nav: 64px relative, backdrop
blur(10px)
Motion choreography (measured)
Scroll reveal: 7 elements rest at opacity 0, translateY(80px), animate in over 400ms.
Overlay recipe (measured)
dialog panel: #FFFFFF · radius 24px
Responsive (measured)
- breakpoints: 950px
- mobile (390px): hero 36px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/mixpanel.com
registry item · or query it over MCP: get_design_system("Mixpanel")
Export: DESIGN.md
# Mixpanel — Design System > light, professional, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#150040` | | accent | `#0000EE` | | link | `#0000EE` | | secondary | `#122124` | | button_bg | `#1F2023` | | button_text | `#0000EE` | **Using these colors** - **Action color** `#1F2023` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `link` are all `#0000EE` — one role, not several. - `secondary` `#122124`, `button_bg` `#1F2023` are visually the same color (Δ15) — treat as one role (your action color). - **accent** `#0000EE` — accent for emphasis — keep it rare on the page. - **primary** `#150040` — a brand color — but the call-to-action uses #1F2023, not this. - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 67.2% · `#EFE7F6` 16% · `#6C5CA2` 9% · `#CCBEDE` 7.9% ## Typography - Heading: **Garnett** _(free fallback: Newsreader)_ - Body: **Garnett** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 48px / 400 · lh 58px · tracking -0.96px | | h2 | 36px / 400 · lh 43px · tracking -0.72px | | h3 | 28px / 400 · lh 34px · tracking 0.28px | | body | 14px / 400 · lh 21px · tracking 0.28px | | small | 12px / 400 · lh 20px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Garnett may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 3px, 4px, 6px, 8px, 10px, 14px, 16px, 24px, 40px — snap all gaps/padding to these ## Radius - base: 8px - button: 100px - card: 4px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#1F2023` / `#0000EE` | none | 100px | 4px 6px 4px 14px | 400 12px | none | | secondary | `rgba(0, 0, 0, 0.07)` / `#0000EE` | none | 100px | 8px 8px 8px 14px | 400 12px | none | **States (measured, not guessed)** - primary hover: background `rgba(31, 32, 35, 0.8)` - primary focus: outline `1px auto rgb(16, 16, 16)` - secondary hover: background `rgba(0, 0, 0, 0.1)` ## Shadows (elevation) - subtle: `rgba(218, 208, 255, 0.5) 1px 1px 4px 0px` - card: `rgba(96, 65, 207, 0.3) 0px 0px 20px 0px` - overlay: `rgba(218, 208, 255, 0.5) 0px 40px 24px -32px` ## Motion - durations: 350ms (dominant) - easings: `ease` (dominant) - animated properties: opacity Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Layout (measured) - container max 1220px - nav: 64px relative · backdrop blur(10px) ## Motion choreography (measured) - scroll reveal: 7 elements rest at opacity 0, translateY(80px), animate in over 400ms (0 revealed during the drive). - overlay dialog (auto-opened): panel #FFFFFF · r 24px · shadow rgba(0, 0, 0, 0.1) 0px 0px 18px 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 950px - mobile (390px): hero 36px · 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 Mixpanel's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with mixpanel.com. No screenshots stored. Removal requests: hello@mozaika.design.