MozaikaLive decode

Walmart Mobile — decoded design system

walmart.com · dark · consumer · deep decode — measured live

Walmart 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.

Open in Mozaika →

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/walmart.com.

Decoded design system

Walmart Mobile's decoded design system: background #0153E4, text #000000, accent #0153E4, link #FFFFFF, primary #0153E4; type scale h1 56px / h2 24px / body 16px; 8px spacing base; 12px 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

RoleValue
bg#0153E4
surface#004ED6
border#0046C1
text#000000
text_muted#001F56
primary#0153E4
accent#0153E4
link#FFFFFF
button_bg#FFFFFF
button_text#2E2F32

Using these colors

Typography

Spacing

Radii

Shadow

rgb(46, 47, 50) 0px 0px 0px 1px inset

Native design tokens

TokenValue
--wcp-semantic-color-fill-confidence-subtle#e9f1fe
--ld-semantic-color-action-border-transparent-focused#00000000
--color-core-pink-120#b1267d
--ld-semantic-color-text-on-fill-accent-gray-subtle#515357
--ld-primitive-color-pink-60#e587ba
--ld-primitive-color-spark-5#fffcf4
--color-core-pink-130#8c1e64
--color-core-cyan-30#a3dbe9
--wcp-semantic-color-action-fill-primary-alt-disabled#babbbe
--color-core-blue-160#001e60

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.ld_De×81 → div.px-inner-loading-area

Overlay recipe (measured)

dialog panel: #FFFFFF · radius 16px

Input (measured)

height 52px · radius 9999px · focus ring 1px auto rgb(16, 16, 16)

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/walmart.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/walmart.theme.ts https://mozaika.design/api/astryx/decode/walmart.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Walmart Mobile")

Export: DESIGN.md

# Walmart Mobile — Design System

> dark, consumer, high — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#0153E4` |
| surface | `#004ED6` |
| border | `#0046C1` |
| text | `#000000` |
| text_muted | `#001F56` |
| primary | `#0153E4` |
| accent | `#0153E4` |
| link | `#FFFFFF` |
| button_bg | `#FFFFFF` |
| button_text | `#2E2F32` |

**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`, `accent` are all `#0153E4` — one role, not several.
- `link`, `button_bg` are all `#FFFFFF` — one role, not several (your action color).
- **accent** `#0153E4` — accent for emphasis — keep it rare on the page.
- **Page coverage** (full-page screenshot pixels): `#999999` 58.8% · `#2F3546` 21% · `#757A80` 12.5% · `#DCDCDC` 7.7%

## Typography

- Heading: **EverydaySans** _(free fallback: Newsreader)_
- Body: **EverydaySans** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 56px / 700 · lh 56px |
| h2 | 24px / 700 · lh 30px |
| h3 | 22px / 700 · lh 24px |
| body | 16px / 700 · lh 20px |
| small | 14px / 400 · lh 21px |

- Weight ladder: 400 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** EverydaySans may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px
- scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px

## Radius
- base: 12px
- button: 9999px
- card: 8px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#2E2F32` | none | 9999px | 0px 16px 0px 16px | 700 14px | rgb(46, 47, 50) 0px 0px 0px 1px inset |

**States (measured, not guessed)**

- primary hover: box-shadow `rgb(46, 47, 50) 0px 0px 0px 2px inset`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `color 0.15s ease-in`

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--wcp-semantic-color-fill-confidence-subtle` | `#e9f1fe` |
| `--ld-semantic-color-action-border-transparent-focused` | `#00000000` |
| `--color-core-pink-120` | `#b1267d` |
| `--ld-semantic-color-text-on-fill-accent-gray-subtle` | `#515357` |
| `--ld-primitive-color-pink-60` | `#e587ba` |
| `--ld-primitive-color-spark-5` | `#fffcf4` |
| `--color-core-pink-130` | `#8c1e64` |
| `--color-core-cyan-30` | `#a3dbe9` |
| `--wcp-semantic-color-action-fill-primary-alt-disabled` | `#babbbe` |
| `--color-core-blue-160` | `#001e60` |
| `--ld-semantic-color-link-text-subtle` | `#515357` |
| `--ld-semantic-color-text-on-fill-info-subtle` | `#002e99` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 680px · common grid: 3-col
- nav: 84px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 132 | 1370 | 3 | — | 0/0 | 25/50/25 |
| 447 | 432 | — | — | 0/0 | — |
| 912 | 590 | 3 | — | 0/0 | 42/33/25 |

## Motion choreography (measured)
Load order: `div.ld_De`×81 @0ms → `div.px-inner-loading-area` @1755ms
- `div.ld_De` ×24 — backgroundColor rgb(248, 248, 248)→rgb(227, 228, 229) — 750ms · loops
- overlay dialog (auto-opened): panel #FFFFFF · r 16px · shadow rgba(0, 0, 0, 0.15) 0px 5px 10px 3px, rgba(0, 0, 0, 0.1) 0px -1px 4px 0px

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- input: h 52px · r 9999px · bg #FFFFFF · placeholder #004F9A
  - focus ring: `1px auto rgb(16, 16, 16)` — this exact construction, don't invent your own

## Responsive (measured)
- breakpoints: 600px · 850px · 900px · 1024px · 1200px · 1280px
- mobile (390px): hero 32px · body 16px · 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/walmart.com

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. See The Measured Web for how the web is actually designed, or connect your agent over MCP.

An automated reading of Walmart Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with walmart.com. No screenshots stored. Removal requests: hello@mozaika.design.