Pill Dropdown Nav — decoded design system
Pill Dropdown Nav'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/pill-dropdown-nav.framer.website.
Decoded design system
Pill Dropdown Nav's decoded design system: background #FCFAFA, text #000000, accent #0000EE, link #0000EE, primary #0000EE; type scale h1 12px / h2 12px / body 15px; 10px spacing base; 8px base radius. The single interactive/action color is #0000EE — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FCFAFA |
| surface | #ECEBEB |
| border | #D6D4D4 |
| text | #000000 |
| text_muted | #5F5F5F |
| primary | #0000EE |
| accent | #0000EE |
| link | #0000EE |
| button_bg | rgba(0, 0, 0, 0) |
| button_text | #0000EE |
Using these colors
- Action color
#0000EE— the single interactive color; only on things you click or must notice, never large fills. primary,accent,linkare all#0000EE— one role, not several (the action color).- accent
#0000EE— 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.
Typography
- h1: 12px
- h2: 12px
- body: 15px
Spacing
- base unit: 10px
- scale: 2px, 8px, 10px, 11px, 12px, 18px, 20px, 50px
Radii
- base: 8px
- button: 12px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.17) 0px 0.602187px 1.56569px -1.5px, rgba(0, 0, 0, 0.14) 0px 2.28853px 5.95019px -3px, rgba(0, 0, 0, 0.02) 0px 10px 26px -4.5px - overlay:
rgba(0, 0, 0, 0.45) 0px 18px 40px -14px
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- nav: 53px relative, backdrop
blur(14px)
Responsive (measured)
- mobile (390px): nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add https://mozaika.design/r/decode/pill-dropdown-nav.framer.website
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/pill-dropdown-nav.theme.ts https://mozaika.design/api/astryx/decode/pill-dropdown-nav.framer.website.ts
registry item · astryx theme · or query it over MCP: get_design_system("Pill Dropdown Nav")
Export: DESIGN.md
# Pill Dropdown Nav — Design System > light, modern, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FCFAFA` | | surface | `#ECEBEB` | | border | `#D6D4D4` | | text | `#000000` | | text_muted | `#5F5F5F` | | primary | `#0000EE` | | accent | `#0000EE` | | link | `#0000EE` | | button_bg | `rgba(0, 0, 0, 0)` | | button_text | `#0000EE` | **Using these colors** - **Action color** `#0000EE` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `accent`, `link` are all `#0000EE` — one role, not several (your action color). - **accent** `#0000EE` — 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. - **Page coverage** (full-page screenshot pixels): `#FCFAFA` 96.5% · `#1F1F1F` 1.9% · `#E6E4E4` 1.2% · `#737373` 0.3% ## Typography - h1: 12px - h2: 12px - body: 15px ## Spacing - base unit: 10px (inferred from the measured scale) - measured scale: 2px, 8px, 10px, 11px, 12px, 18px, 20px, 50px — snap all gaps/padding to these ## Radius - base: 8px - button: 12px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 0, 0, 0)` / `#0000EE` | none | 12px | 11px 18px 11px 18px | 400 12px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0.17) 0px 0.602187px 1.56569px -1.5px, rgba(0, 0, 0, 0.14) 0px 2.28853px 5.95019px -3px, rgba(0, 0, 0, 0.02) 0px 10px 26px -4.5px` - overlay: `rgba(0, 0, 0, 0.45) 0px 18px 40px -14px` ## Layout (measured) - nav: 53px relative · backdrop blur(14px) · bg rgba(17, 17, 17, 0.94) ## Responsive (measured) - mobile (390px): 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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/pill-dropdown-nav.framer.website
An automated reading of Pill Dropdown Nav's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with pill-dropdown-nav.framer.website. No screenshots stored. Removal requests: hello@mozaika.design.