Gymshark — decoded design system
Gymshark'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/gymshark.com.
Decoded design system
Gymshark's decoded design system: background #FFFFFF, text #000000, accent #8C217A, link #444444, primary #8C217A; type scale h1 32px / h2 25px / body 14px; 4px spacing base; 5px base radius. The single interactive/action color is #53565A — 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 | #8C217A |
| accent | #8C217A |
| link | #444444 |
| secondary | #C69735 |
| button_bg | #53565A |
| button_text | #FFFFFF |
Using these colors
- Action color
#53565A— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#8C217A— one role, not several (the action color).- accent
#8C217A— accent for emphasis — keep it rare on the page. - link
#444444— reads as a neutral UI color, not a link accent — verify against the reference (action = #53565A). - secondary
#C69735— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: Montserrat
- Body: Roboto
- h1: 32px
- h2: 25px
- body: 14px
Spacing
- base unit: 4px
- scale: 4px, 5px, 6px, 8px, 10px, 12px, 15px, 16px, 24px, 32px
Radii
- base: 5px
- button: 56px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 125ms (dominant) with ease.
- durations: 125ms · 200ms · 150ms
- easings:
ease·ease-in-out - animated properties: color, transform, opacity, background-color
Native design tokens
| Token | Value |
|---|---|
--system-light-color-blue-c | #00bfff |
--system-dark-color-white | #ebebf0 |
--collection-color-blue | #466094 |
--collection-color-green | #377d47 |
--collection-color-grey | #808080 |
--collection-color-orange | #e3723b |
--collection-color-purple | #83499a |
--collection-color-brown | #6d441b |
--collection-color-plain | #989898 |
--collection-color-filter-button | rgba(229,229,234,0.3) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#6E6E6E - primary focus: outline
1px solid rgb(0, 125, 181)
Layout (measured)
- container max-width:
650px - nav: 76px
Motion choreography (measured)
Load order: span.navigation_desktop-menu-×6 → span×2 → div.onetrust-pc-dark-filter
Scroll reveal: 10 elements rest at opacity 0, animate in over 1000ms.
Responsive (measured)
- breakpoints: 426px · 500px · 768px · 896px · 1024px · 1200px
- mobile (390px): hero 25px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/gymshark.com
registry item · or query it over MCP: get_design_system("Gymshark")
Export: DESIGN.md
# Gymshark — Design System > light, modern, high, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#8C217A` | | accent | `#8C217A` | | link | `#444444` | | secondary | `#C69735` | | button_bg | `#53565A` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#53565A` — 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 `#8C217A` — one role, not several. - **accent** `#8C217A` — accent for emphasis — keep it rare on the page. - **link** `#444444` — reads as a neutral UI color, not a link accent — verify against the reference (action = #53565A). - **secondary** `#C69735` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. - **Page coverage** (full-page screenshot pixels): `#716E68` 28.8% · `#030101` 19.3% · `#21120D` 18.7% · `#392A23` 12.6% ## Typography - Heading: **Montserrat** - Body: **Roboto** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 32px / 700 · lh 40px | | h2 | 25px / 700 · lh 30px | | h3 | 20px / 700 · lh 24px | | body | 14px / 400 · lh 19px | | small | 13px / 700 · lh 16px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Montserrat — free, on Google. Roboto — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 5px, 6px, 8px, 10px, 12px, 15px, 16px, 24px, 32px — snap all gaps/padding to these - section rhythm: 40px top/bottom padding per section (measured) ## Radius - base: 5px - button: 56px - card: 4px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#53565A` / `#FFFFFF` | none | 56px | 12.5px 32px 12.5px 32px | 700 14px | none | | secondary | `#FFFFFF` / `#000000` | 1px solid rgb(255, 255, 255) | 2px | 12px 10px 12px 10px | 600 11.382px / 0.5691px | none | **States (measured, not guessed)** - primary hover: background `#6E6E6E` - primary focus: outline `1px solid rgb(0, 125, 181)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` ## Motion - durations: 125ms (dominant) · 200ms · 150ms - easings: `ease` (dominant) · `ease-in-out` - animated properties: color, transform, opacity, background-color 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 | |-------|-------| | `--system-light-color-blue-c` | `#00bfff` | | `--system-dark-color-white` | `#ebebf0` | | `--collection-color-blue` | `#466094` | | `--collection-color-green` | `#377d47` | | `--collection-color-grey` | `#808080` | | `--collection-color-orange` | `#e3723b` | | `--collection-color-purple` | `#83499a` | | `--collection-color-brown` | `#6d441b` | | `--collection-color-plain` | `#989898` | | `--collection-color-filter-button` | `rgba(229,229,234,0.3)` | | `--collection-color-filter-button-border` | `#e8e8e8` | | `--collection-color-teal` | `#008080` | _…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 650px - nav: 76px · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 602 | 581 | — | — | 0/0 | — | | 1851 | 581 | — | — | 0/0 | — | | 2495 | 607 | — | — | 0/0 | — | | 2599 | 504 | — | — | 0/0 | — | | 3166 | 568 | — | — | 0/0 | — | | 3270 | 464 | — | — | 0/0 | — | | 3799 | 627 | — | — | 0/0 | — | | 3902 | 523 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `span.navigation_desktop-menu-`×6 @0ms → `span`×2 @1819ms → `div.onetrust-pc-dark-filter` @2809ms - `span` ×2 — transform rotate(0deg)→rotate(360deg) — 1000ms · loops - scroll reveal: 10 elements rest at opacity 0, animate in over 1000ms (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #000000 · no underline - disabled: bg #E7E7E7 · text #6E6E6E ## Responsive (measured) - breakpoints: 426px · 500px · 768px · 896px · 1024px · 1200px - mobile (390px): hero 25px · body 16px · 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.
An automated reading of Gymshark's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with gymshark.com. No screenshots stored. Removal requests: hello@mozaika.design.