About eBay DESIGN.md
Curated by Dov AzencotUpdated Source ebay.com
- Marketplaces
- E-commerce & Retail
eBay's marketing surface in 2026 is doing two things at once. The first is preserving a brand-recognition asset older than the iPhone — the four-letter "ebay" logomark in saturated red, cobalt blue, marigold yellow, and grass green, lowercase and slightly italicized, sitting at the top-left of every page the way it has since 1995. The second is wrapping that asset in a near-monochrome late-2024 system: ink-graphite text on a white canvas, hairline borders in light gray, a single secondary cobalt blue reserved for the Search button, and a 16px rounded-square product-tile radius used 90 times on the captured page. Where Amazon keeps its hero busy with promotional banners and a navy-on-orange palette, and where Etsy paints the whole canvas in its kraft-paper orange, eBay's marketing surface is structurally calm — the four-color logo carries every bit of brand voltage, and the surrounding chrome resigns from competing.
The DESIGN.md file packages the system into a machine-readable spec for React tooling. Inside: 13 color tokens drawn from the 200+ CSS custom properties eBay's "expressive" theme exposes, organized into a single ink-graphite for body text and borders, three saturated brand letter-colors (red, blue, yellow, green) for the logomark, one cobalt blue for the primary CTA, a cobalt indigo for legal links, and a neutral gray ladder for surfaces; 13 typography tokens running Market Sans (eBay's proprietary sans) in two stack variants — Helvetica fallback for body and Arial fallback for display — across sizes 10px to 36px and weights 400-700; 5 radius tokens centered on 16px for product tiles and 44px for the Search-button pill; 8 spacing tokens on a 4px base; and 18 component definitions covering the cobalt Search button, the product-photo tile, the category card, the inline cyan nav-link, the announcement banner, and the four-column footer.
Feed this file to an AI coding tool and it reproduces eBay's specific moves: monochrome ink-on-white chrome with one cobalt secondary, 16px rounded product photography as the dominant visual unit, Market Sans at modest weights, the four-color logomark as the sole multicolor brand surface, and the product-grid layout where row after row of square tiles share identical visual treatment so the category labels do the editorial work. The token references resolve cleanly — `{colors.brand-red}` for the R, `{colors.brand-blue}` for the b, `{colors.primary}` for the Search pill — so the AI never has to invent a value. Borrow the move only if your marketplace can carry the same restraint: if you need promotional banner real estate above the fold, the eBay chrome will feel anemic. The system trades shopper-side excitement for a calm browse surface that lets the photography do the selling.
What makes it distinct
- Four-color logomarkred, blue, yellow, green letters spelling 'ebay' in italic lowercase, the system's only multicolor surface in chrome that has otherwise gone monochrome
- 16px square-photo radiusused 90 times on the captured page across every product tile, category card, and feature panel; the dominant shape token in the entire system
- Cobalt Search button#0968f6 with white text inside a 44px-rounded pill, the single saturated CTA in an otherwise ink-on-white chrome
- Market Sans across every tiereBay's proprietary sans does display, body, label, button, and price; no second family on the page
- Expressive theme tokens200+ CSS custom properties wired into every component, with semantic names like --color-foreground-on-strong and --color-background-elevated
Live at ebay.com
A snapshot of the brand in production. Hover the frame to scroll the page; click to visit.
ebay.comExplore eBay
Pick what you want to see — mockups, colors, typography, layout, or the full component list.
Brand & Accent
Sparing, CTA-only voltage.
Surface
Page and card backgrounds.
Text
Headlines, body, captions, muted.
Borders & Hairlines
Dividers, outlines, structural rules.
Other
Specialty colors.
eBay design system FAQ
Common questions about eBay's tokens, components, and how to use this DESIGN.md in your project.
Related reading
Specs, directories, and component libraries that pair with this design system.
Browse all design systems
The full directory of DESIGN.md files on shadcn.io, with live mockups for each.
eBay — official site
eBay's public marketing site — the source of truth for the live tokens captured in this file.
The DESIGN.md specification
Google Labs' open spec for machine-readable design system files — the format this page is built on.