Skyscanner Mobile — decoded design system
Skyscanner 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/skyscanner.net.
Decoded design system
Skyscanner Mobile's decoded design system: background #FFFFFF, text #161616, accent #0062E3, link #0062E3, primary #0062E3; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #0062E3 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DCDCDC |
| text | #161616 |
| text_muted | #6E6E6E |
| primary | #0062E3 |
| accent | #0062E3 |
| link | #0062E3 |
| button_bg | #0062E3 |
| button_text | #FFFFFF |
Using these colors
- Action color
#0062E3— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#0062E3— one role, not several (the action color).- accent
#0062E3— 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: 8px
- scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px
Radii
- base: 12px
- button: 12px
Native design tokens
| Token | Value |
|---|---|
--bpk-canvas-contrast | #eff3f8 |
--bpk-canvas-default | #fff |
--bpk-private-autosuggest-colour-bg-default | #fff |
--bpk-private-autosuggest-colour-bg-hover | #f5f7fa |
--bpk-private-autosuggest-colour-border-default | #c1c7cf |
--bpk-private-autosuggest-colour-text-close | #161616 |
--bpk-private-badge-colour-bg-default | #eff3f8 |
--bpk-private-badge-colour-bg-inverse | #fff |
--bpk-private-badge-colour-bg-outline | #fff0 |
--bpk-private-badge-colour-bg-subtle | #eff3f8 |
…and 110 more measured on the page.
Motion choreography (measured)
Load order: div.px-inner-loading-area
Responsive (measured)
- breakpoints: 350px · 688px
- mobile (390px): hero 20px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/skyscanner.net
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/skyscanner.theme.ts https://mozaika.design/api/astryx/decode/skyscanner.net.ts
registry item · astryx theme · or query it over MCP: get_design_system("Skyscanner Mobile")
Export: DESIGN.md
# Skyscanner Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F1F1F1` | | border | `#DCDCDC` | | text | `#161616` | | text_muted | `#6E6E6E` | | primary | `#0062E3` | | accent | `#0062E3` | | link | `#0062E3` | | button_bg | `#0062E3` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#0062E3` — 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 `#0062E3` — one role, not several (your action color). - **accent** `#0062E3` — 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` 91.2% · `#D0D7DE` 2.4% · `#959FAF` 1.4% · `#494B59` 1.4% ## Typography - h1: 34px - h2: 22px - body: 17px ## Spacing - base unit: 8px - scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px ## Radius - base: 12px - button: 12px ## Primary button - bg `#0062E3` · text `#FFFFFF` · radius 12px ## Their own tokens (verbatim from :root) | Token | Value | |-------|-------| | `--bpk-canvas-contrast` | `#eff3f8` | | `--bpk-canvas-default` | `#fff` | | `--bpk-private-autosuggest-colour-bg-default` | `#fff` | | `--bpk-private-autosuggest-colour-bg-hover` | `#f5f7fa` | | `--bpk-private-autosuggest-colour-border-default` | `#c1c7cf` | | `--bpk-private-autosuggest-colour-text-close` | `#161616` | | `--bpk-private-badge-colour-bg-default` | `#eff3f8` | | `--bpk-private-badge-colour-bg-inverse` | `#fff` | | `--bpk-private-badge-colour-bg-outline` | `#fff0` | | `--bpk-private-badge-colour-bg-subtle` | `#eff3f8` | | `--bpk-private-badge-colour-stroke-outline` | `#fff` | | `--bpk-private-button-colour-bg-destructive` | `#e0e4e9` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Motion choreography (measured) Load order: `div.px-inner-loading-area` @0ms Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 350px · 688px - mobile (390px): hero 20px · 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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/skyscanner.net
Is this spec still current?
Skyscanner Mobile is re-measured from its live DOM every night — 16 measurements on record so far. The dated verdict (held, changed, or never settles) is on its drift ledger.
An automated reading of Skyscanner Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with skyscanner.net. No screenshots stored. Removal requests: hello@mozaika.design.