Vinted Mobile — decoded design system
Vinted Mobile'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/vinted.com.
Decoded design system
Vinted Mobile's decoded design system: background #FFFFFF, text #5A6566, accent #004654, link #007782, primary #004654; type scale h1 24px / h2 22px / body 14px; 8px spacing base; 12px base radius. The single interactive/action color is #007782 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F5F5F5 |
| border | #E6E7E8 |
| text | #5A6566 |
| text_muted | #989FA0 |
| primary | #004654 |
| accent | #004654 |
| link | #007782 |
| button_bg | #007782 |
| button_text | #FFFFFF |
Using these colors
- Action color
#007782— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#004654— one role, not several (the action color).link,button_bgare all#007782— one role, not several (the action color).- accent
#004654— accent for emphasis — keep it rare on the page.
Typography
- Heading: V-Inter
- Body: V-Inter
- h1: 24px
- h2: 22px
- body: 14px
Spacing
- base unit: 8px
- scale: 2px, 4px, 8px, 10px, 11px, 12px, 14px, 16px, 20px, 24px
Radii
- base: 12px
- button: 6px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 400ms (dominant) with ease-in-out.
- durations: 400ms
- easings:
ease-in-out
Native design tokens
| Token | Value |
|---|---|
--link-parameters-text-color | #007782 |
--radius-default | 6px |
--border-radius-round | 3996px |
--border-radius-medium | 12px |
--radius-round | 3996px |
--border-radius-full | 3996px |
--border-radius-small | 6px |
--border-radius-default | 6px |
--radius-medium | 12px |
--shadow-default-blur | 2px |
…and 65 more measured on the page.
Layout (measured)
- nav: 52px
- common grid: 3 columns
Motion choreography (measured)
Load order: span.react-loading-skeleton×116 → div.onetrust-pc-dark-filter → div.otFlat
Overlay recipe (measured)
dialog panel: #FFFFFF · radius 12px
Responsive (measured)
- breakpoints: 426px · 480px · 550px · 720px · 896px · 960px
- mobile (390px): hero 24px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/vinted.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/vinted.theme.ts https://mozaika.design/api/astryx/decode/vinted.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Vinted Mobile")
Export: DESIGN.md
# Vinted Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F5F5F5` | | border | `#E6E7E8` | | text | `#5A6566` | | text_muted | `#989FA0` | | primary | `#004654` | | accent | `#004654` | | link | `#007782` | | button_bg | `#007782` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#007782` — 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` are all `#004654` — one role, not several. - `link`, `button_bg` are all `#007782` — one role, not several (your action color). - **accent** `#004654` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#424240` 33% · `#FFFFFF` 26.1% · `#8E9090` 18.1% · `#545757` 12.1% ## Typography - Heading: **V-Inter** _(free fallback: Newsreader)_ - Body: **V-Inter** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 24px / 500 · lh 32px | | h2 | 22px / 580 · lh 28px | | h3 | 18px / 400 · lh 24px | | body | 14px / 375 · lh 18px | | small | 12px / 375 · lh 16px | - Weight ladder: 375 · 400 · 500 · 580 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** V-Inter may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 4px, 8px, 10px, 11px, 12px, 14px, 16px, 20px, 24px — snap all gaps/padding to these ## Radius - base: 12px - button: 6px - card: 6px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#007782` / `#FFFFFF` | 1px solid rgb(0, 119, 130) | 6px | 10px 12px 10px 12px | 500 14px / 0.14px | none | | secondary | `rgba(0, 0, 0, 0)` / `#007782` | 1px solid rgb(0, 119, 130) | 6px | 0px 12px 0px 12px | 375 12px | none | ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` ## Motion - durations: 400ms (dominant) - easings: `ease-in-out` (dominant) Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Their own tokens (verbatim from :root) | Token | Value | |-------|-------| | `--link-parameters-text-color` | `#007782` | | `--radius-default` | `6px` | | `--border-radius-round` | `3996px` | | `--border-radius-medium` | `12px` | | `--radius-round` | `3996px` | | `--border-radius-full` | `3996px` | | `--border-radius-small` | `6px` | | `--border-radius-default` | `6px` | | `--radius-medium` | `12px` | | `--shadow-default-blur` | `2px` | | `--shadow-lifted-y` | `4px` | | `--shadow-elevated-blur` | `16px` | _…and 63 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - common grid: 3-col - nav: 52px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 98 | 2952 | — | — | 0/0 | — | | 3080 | 240 | 3 | — | 0/0 | — | ## Motion choreography (measured) Load order: `span.react-loading-skeleton`×116 @0ms → `div.onetrust-pc-dark-filter` @902ms → `div.otFlat` @903ms - overlay dialog (auto-opened): panel #FFFFFF · r 12px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 426px · 480px · 550px · 720px · 896px · 960px - mobile (390px): hero 24px · body 13px · nav: hamburger ## 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/vinted.com
An automated reading of Vinted Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with vinted.com. No screenshots stored. Removal requests: hello@mozaika.design.