Amazon Mobile — Design System
Amazon Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/amazon-mobile.
Tokens
Amazon Mobile's decoded design system: background #FFFFFF, text #000000, accent #FF6201, link #FF6201, primary #FF6201; type scale h1 34px / h2 22px / body 17px; 5px spacing base; 12px base radius. The single interactive/action color is #FF6201 — 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 | #FF6201 |
| accent | #FF6201 |
| link | #FF6201 |
| button_bg | #FF6201 |
| button_text | #FFFFFF |
Using these colors
- Action color
#FF6201— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#FF6201— one role, not several (the action color).- accent
#FF6201— 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: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 5px
- scale: 2px, 3px, 4px, 5px, 6px, 7px, 8px, 9px, 10px, 15px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgb(136, 136, 136) 0px 1px 3px 0px - card:
rgba(15, 17, 17, 0.5) 0px 0px 14px 0px
Motion
Micro-interactions run at 100ms (dominant) with linear.
- durations: 100ms
- easings:
linear
Native design tokens
| Token | Value |
|---|---|
--nav-desktop-header-tbg | #131921 |
--nav-desktop-header-bbg | #232f3e |
--nav-go-button-bg | #febd69 |
--nav-go-button-hbg | #f3a847 |
--nav-search-border-shadow | #ff9900 |
--nav-search-scope | #e6e6e6 |
--nav-search-scope-hover | #d4d4d4 |
--nav-x-shop-links | #fff |
--nav-x-shop-links-active | #ccc |
--nav-cart-count | #f08804 |
…and 2 more measured on the page.
Button states (measured)
- primary hover: padding
7px 8px 7px 8px· border-radius2px· border1px solid rgb(255, 255, 255) - primary focus: padding
7px 8px 7px 8px· border-radius0px· border1px solid rgba(0, 0, 0, 0)· box-shadowrgb(255, 153, 0) 0px 0px 0px 2px, rgba(255, 153, 0, 0.5) 0px 0px 0px 3px
Layout (measured)
- nav: 440px fixed
Motion choreography (measured)
Load order: div → ol.a-carousel
Scroll reveal: 1 elements rest at opacity 0, animate in over 240ms.
Input (measured)
height 38px · radius 8px
Responsive (measured)
- breakpoints: 768px · 919px · 1000px · 1025px · 1100px · 1239px
- mobile (390px): nav inline
Export: DESIGN.md
# Amazon Mobile — Design System > light, consumer, high — deep decode (measured live) Amazon Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default. ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#FF6201` | | accent | `#FF6201` | | link | `#FF6201` | | button_bg | `#FF6201` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#FF6201` — 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`, `button_bg` are all `#FF6201` — one role, not several (your action color). - **accent** `#FF6201` — 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): `#FFFFFF` 28.3% · `#D9F0DD` 27.3% · `#3D2237` 13% · `#786075` 12.5% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 24px / 700 · lh 32px | | h2 | 21px / 700 · lh 27px | | h3 | 16px / 700 · lh 17px | | body | 12px / 400 · lh 18px | | small | 11px / 400 · lh 15px | - Weight ladder: 400 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 5px (inferred from the measured scale) - measured scale: 2px, 3px, 4px, 5px, 6px, 7px, 8px, 9px, 10px, 15px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 5px - sharp: 3px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 3px | 8px 9px 8px 9px | 400 25px | none | **States (measured, not guessed)** - primary hover: padding `7px 8px 7px 8px` · border-radius `2px` · border `1px solid rgb(255, 255, 255)` - primary focus: padding `7px 8px 7px 8px` · border-radius `0px` · border `1px solid rgba(0, 0, 0, 0)` · box-shadow `rgb(255, 153, 0) 0px 0px 0px 2px, rgba(255, 153, 0, 0.5) 0px 0px 0px 3px` ## Shadows (elevation) - subtle: `rgb(136, 136, 136) 0px 1px 3px 0px` - card: `rgba(15, 17, 17, 0.5) 0px 0px 14px 0px` ## Motion - durations: 100ms (dominant) - easings: `linear` (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 | |-------|-------| | `--nav-desktop-header-tbg` | `#131921` | | `--nav-desktop-header-bbg` | `#232f3e` | | `--nav-go-button-bg` | `#febd69` | | `--nav-go-button-hbg` | `#f3a847` | | `--nav-search-border-shadow` | `#ff9900` | | `--nav-search-scope` | `#e6e6e6` | | `--nav-search-scope-hover` | `#d4d4d4` | | `--nav-x-shop-links` | `#fff` | | `--nav-x-shop-links-active` | `#ccc` | | `--nav-cart-count` | `#f08804` | | `--nav-dropdown-arrows` | `#a7acb2` | | `--nav-search-labels` | `#fff` | Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - nav: 440px fixed · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 389 | 900 | — | — | 20/20 | — | | 1341 | 220 | — | — | 0/0 | — | | 1591 | 282 | — | — | 0/0 | — | | 1642 | 220 | — | — | 0/0 | — | | 2332 | 282 | — | — | 0/0 | — | | 2384 | 220 | — | — | 0/0 | — | | 2634 | 282 | — | — | 0/0 | — | | 2685 | 220 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `div` @0ms → `ol.a-carousel` @3053ms - scroll reveal: 1 elements rest at opacity 0, animate in over 240ms (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 38px · r 8px · bg rgba(0, 0, 0, 0) · placeholder #6F7373 ## Responsive (measured) - breakpoints: 768px · 919px · 1000px · 1025px · 1100px · 1239px - mobile (390px): body 14px · 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/ds/amazon-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #FF6201 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #EFEFEF;
--color-border: #D8D8D8;
--color-text: #000000;
--color-text-muted: #606060;
--color-primary: #FF6201; /* primary brand / action color. */
--color-accent: #FF6201; /* 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. */
--color-link: #FF6201; /* inline text links — shares the action color. */
--color-button-bg: #FF6201; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 400, 700 — use these, not 400/600 */
--text-hero: 24px; --font-weight-hero: 700; --leading-hero: 32px;
--text-h2: 21px; --font-weight-h2: 700; --leading-h2: 27px;
--text-h3: 16px; --font-weight-h3: 700; --leading-h3: 17px;
--text-body: 12px; --font-weight-body: 400; --leading-body: 18px;
--text-small: 11px; --font-weight-small: 400; --leading-small: 15px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 5px;
--radius-sharp: 3px;
--shadow-card: rgba(15, 17, 17, 0.5) 0px 0px 14px 0px;
--shadow-subtle: rgb(136, 136, 136) 0px 1px 3px 0px;
--shadow-focus: rgb(255, 153, 0) 0px 0px 0px 2px, rgba(255, 153, 0, 0.5) 0px 0px 0px 3px; /* measured focus ring */
--ease-brand: linear;
--duration-fast: 100ms; /* use: duration-[var(--duration-fast)] */
--spacing: 5px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 3, 4, 5, 6, 7, 8, 9, 10, 15px */
}Export: CSS variables
:root {
/* action color #FF6201 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D8D8;
--text: #000000;
--text-muted: #606060;
--primary: #FF6201; /* primary brand / action color. */
--accent: #FF6201; /* 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. */
--link: #FF6201; /* inline text links — shares the action color. */
--button-bg: #FF6201; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 24px; --weight-hero: 700; --leading-hero: 32px;
--text-h2: 21px; --weight-h2: 700; --leading-h2: 27px;
--text-h3: 16px; --weight-h3: 700; --leading-h3: 17px;
--text-body: 12px; --weight-body: 400; --leading-body: 18px;
--text-small: 11px; --weight-small: 400; --leading-small: 15px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 5px;
--radius-sharp: 3px;
--shadow-card: rgba(15, 17, 17, 0.5) 0px 0px 14px 0px;
--shadow-subtle: rgb(136, 136, 136) 0px 1px 3px 0px;
--focus-ring: rgb(255, 153, 0) 0px 0px 0px 2px, rgba(255, 153, 0, 0.5) 0px 0px 0px 3px;
--ease: linear;
--duration-fast: 100ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--nav-desktop-header-tbg: #131921;
--nav-desktop-header-bbg: #232f3e;
--nav-go-button-bg: #febd69;
--nav-go-button-hbg: #f3a847;
--nav-search-border-shadow: #ff9900;
--nav-search-scope: #e6e6e6;
--nav-search-scope-hover: #d4d4d4;
--nav-x-shop-links: #fff;
--nav-x-shop-links-active: #ccc;
--nav-cart-count: #f08804;
--nav-dropdown-arrows: #a7acb2;
--nav-search-labels: #fff;
}