Away — decoded design system
Away'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/awaytravel.com.
Decoded design system
Away's decoded design system: background #FFFFFF, text #111111, accent #FA4519, link #000000, primary #FA4519; type scale h1 56px / h2 38px / body 14px; 4px spacing base; 3px 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
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F0 |
| border | #DBDBDB |
| text | #111111 |
| text_muted | #6B6B6B |
| primary | #FA4519 |
| accent | #FA4519 |
| link | #000000 |
| secondary | #585D47 |
| button_bg | #FFFFFF |
| button_text | #111111 |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#FA4519— one role, not several (the action color).- accent
#FA4519— accent for emphasis — keep it rare on the page. - link
#000000— reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF). - secondary
#585D47— 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: Lyon Display
- Body: Graphik
- h1: 56px
- h2: 38px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 4px, 5px, 6px, 8px, 10px, 12px, 16px, 20px, 24px
Radii
- base: 3px
- button: 80px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.24) 0px 1px 2px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 500ms · 200ms
- easings:
ease·cubic-bezier(0.4, 0, 0.2, 1) - animated properties: transform, opacity, border-color, background-color
Native design tokens
| Token | Value |
|---|---|
--color-background | #ffffff |
--gradient-background | #ffffff |
--color-foreground | #111111 |
--color-black | #000000 |
--color-darkest | #111111 |
--color-dark | #666666 |
--color-neutral | #b8b8b8 |
--color-light | #f7f4f2 |
--color-lightest | #ffffff |
--color-brand-01 | #111111 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#111111· color#FFFFFF - primary focus: outline
2px solid rgb(0, 56, 255)
Layout (measured)
- nav: 57px
- common grid: 2 columns
Motion choreography (measured)
Load order: div.top-bar×2 → div.top-bar×2 → div.top-bar__announcement×4 → div.top-bar__announcement×2
Scroll reveal: 21 elements rest at opacity 0, animate in over 0.3s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 640px · 650px · 750px · 768px · 1024px · 1280px
- mobile (390px): hero 46px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/awaytravel.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/awaytravel.theme.ts https://mozaika.design/api/astryx/decode/awaytravel.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Away")
Export: DESIGN.md
# Away — Design System > light, modern, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F0F0F0` | | border | `#DBDBDB` | | text | `#111111` | | text_muted | `#6B6B6B` | | primary | `#FA4519` | | accent | `#FA4519` | | link | `#000000` | | secondary | `#585D47` | | button_bg | `#FFFFFF` | | button_text | `#111111` | **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 `#FA4519` — one role, not several. - **accent** `#FA4519` — accent for emphasis — keep it rare on the page. - **link** `#000000` — reads as a neutral UI color, not a link accent — verify against the reference (action = #FFFFFF). - **secondary** `#585D47` — 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): `#CAC8C4` 45% · `#FBF9F8` 12.1% · `#AF9295` 11.6% · `#7A6D74` 10.5% ## Typography - Heading: **Lyon Display** _(free fallback: Newsreader)_ - Body: **Graphik** _(free fallback: Inter)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 56px / 400 · lh 49px · tracking -2.24px | | h2 | 38px / 400 · lh 42px · tracking -1.14px | | h3 | 36px / 500 · lh 43px | | body | 14px / 400 · lh 17px | | small | 13px / 500 · lh 15px | | eyebrow | 14px / 500 · tracking 0.7px | - Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Lyon Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Graphik is proprietary — closest free match: Inter (Google). Load Inter; keep Graphik first so licensed users still get it. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 5px, 6px, 8px, 10px, 12px, 16px, 20px, 24px — snap all gaps/padding to these ## Radius - base: 3px - button: 80px - card: 50px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#111111` | 1px solid rgb(255, 255, 255) | 80px | 10px 20px 10px 20px | 500 16px / 0.8px | none | | secondary | `#242426` / `#D8D8DC` | none | 90px | — | — | none | **States (measured, not guessed)** - primary hover: background `#111111` · color `#FFFFFF` - primary focus: outline `2px solid rgb(0, 56, 255)` - transition: `all 0.2s ease-in-out` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0.24) 0px 1px 2px 0px` ## Motion - durations: 300ms (dominant) · 500ms · 200ms - easings: `ease` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)` - animated properties: transform, opacity, border-color, 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 | |-------|-------| | `--color-background` | `#ffffff` | | `--gradient-background` | `#ffffff` | | `--color-foreground` | `#111111` | | `--color-black` | `#000000` | | `--color-darkest` | `#111111` | | `--color-dark` | `#666666` | | `--color-neutral` | `#b8b8b8` | | `--color-light` | `#f7f4f2` | | `--color-lightest` | `#ffffff` | | `--color-brand-01` | `#111111` | | `--color-brand-02` | `#f7f4f1` | | `--color-brand-03` | `#e4f5fd` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - common grid: 2-col - nav: 57px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 833 | 477 | 2 | — | 0/0 | 18/82 | | 1311 | 704 | — | — | 0/0 | — | | 2014 | 473 | — | — | 0/0 | — | | 2487 | 715 | — | — | 0/0 | — | | 3202 | 1154 | — | — | 0/0 | — | | 4356 | 670 | 2 | 45 | 0/0 | — | ## Motion choreography (measured) Load order: `div.top-bar`×2 @0ms → `div.top-bar`×2 @0ms → `div.top-bar__announcement`×4 @0ms → `div.top-bar__announcement`×2 @0ms - scroll reveal: 21 elements rest at opacity 0, animate in over 0.3s cubic-bezier(0.4, 0, 0.2, 1) (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #111111 · underline - disabled: bg #FFFFFF · text #111111 ## Responsive (measured) - breakpoints: 640px · 650px · 750px · 768px · 1024px · 1280px - mobile (390px): hero 46px · 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/awaytravel.com
An automated reading of Away's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with awaytravel.com. No screenshots stored. Removal requests: hello@mozaika.design.