Komoot Mobile — Design System
Komoot Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/komoot-mobile.
Tokens
Komoot Mobile's decoded design system: background #FFFFFF, text #141311, accent #4F6814, link #4F6814, primary #4F6814; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #4F6814 — 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 | #141311 |
| text_muted | #6D6C6B |
| primary | #4F6814 |
| accent | #4F6814 |
| link | #4F6814 |
| button_bg | #4F6814 |
| button_text | #FFFFFF |
Using these colors
- Action color
#4F6814— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#4F6814— one role, not several (the action color).- accent
#4F6814— 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: 4px
- scale: 2px, 4px, 7px, 8px, 11px, 12px, 16px, 20px, 24px, 32px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.2) 0px 1px 2px 0px - card:
rgba(0, 0, 0, 0.1) 0px -10px 20px 0px - overlay:
rgba(0, 0, 0, 0.2) 0px 8px 24px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease-in-out.
- durations: 300ms · 200ms · 3000ms
- easings:
ease-in-out·ease - animated properties: color, opacity
Native design tokens
| Token | Value |
|---|---|
--theme-ui-colors-primitives-grey-white | #ffffff |
--theme-ui-colors-primitives-grey-900 | #1c1a18 |
--theme-ui-colors-primitives-grey-800 | #33312f |
--theme-ui-colors-primitives-grey-700 | #4a4846 |
--theme-ui-colors-primitives-grey-600 | #615e5c |
--theme-ui-colors-primitives-grey-500 | #787573 |
--theme-ui-colors-primitives-grey-400 | #8f8c8a |
--theme-ui-colors-primitives-grey-300 | #a3a09f |
--theme-ui-colors-primitives-grey-200 | #b2afab |
--theme-ui-colors-primitives-grey-100 | #c2beb8 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#FAF9F4
Motion choreography (measured)
Load order: svg.css-emkbxl×2 → div×3 → svg.attractionIcon → svg.attractionIcon → svg.arrowIcon → a.css-nwudib
Responsive (measured)
- mobile (390px): hero 40px · nav inline
Export: DESIGN.md
# Komoot Mobile — Design System > light, consumer, high — deep decode (measured live) Komoot Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default. ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F0F0F0` | | border | `#DBDBDB` | | text | `#141311` | | text_muted | `#6D6C6B` | | primary | `#4F6814` | | accent | `#4F6814` | | link | `#4F6814` | | button_bg | `#4F6814` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#4F6814` — 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 `#4F6814` — one role, not several (your action color). - **accent** `#4F6814` — 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): `#62615E` 37.1% · `#0C0904` 32.1% · `#FFFFFF` 19.1% · `#F2F2F1` 6.5% ## Typography | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 72px / 500 · lh 90px · tracking 0.72px | | h2 | 48px / 500 · lh 58px · tracking 0.96px | | h3 | 40px / 500 · lh 43px · tracking 0.72px | | body | 24px / 500 · lh 31px · tracking 0.72px | | small | 20px / 500 · tracking 0.63px | - Weight ladder: 500 · 700 — use these exact measured weights, not the 400/600 defaults. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 7px, 8px, 11px, 12px, 16px, 20px, 24px, 32px — snap all gaps/padding to these ## Radius - base: 12px - button: 12px - card: 12px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#1C1A18` | none | 16px | 12px 16px 12px 16px | 700 14px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FAF9F4` | none | 12px | 8px 12px 8px 12px | 500 14px | none | **States (measured, not guessed)** - primary hover: background `#FAF9F4` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0.2) 0px 1px 2px 0px` - card: `rgba(0, 0, 0, 0.1) 0px -10px 20px 0px` - overlay: `rgba(0, 0, 0, 0.2) 0px 8px 24px 0px` ## Motion - durations: 300ms (dominant) · 200ms · 3000ms - easings: `ease-in-out` (dominant) · `ease` - animated properties: color, opacity 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 | |-------|-------| | `--theme-ui-colors-primitives-grey-white` | `#ffffff` | | `--theme-ui-colors-primitives-grey-900` | `#1c1a18` | | `--theme-ui-colors-primitives-grey-800` | `#33312f` | | `--theme-ui-colors-primitives-grey-700` | `#4a4846` | | `--theme-ui-colors-primitives-grey-600` | `#615e5c` | | `--theme-ui-colors-primitives-grey-500` | `#787573` | | `--theme-ui-colors-primitives-grey-400` | `#8f8c8a` | | `--theme-ui-colors-primitives-grey-300` | `#a3a09f` | | `--theme-ui-colors-primitives-grey-200` | `#b2afab` | | `--theme-ui-colors-primitives-grey-100` | `#c2beb8` | | `--theme-ui-colors-primitives-grey-75` | `#d1cdc4` | | `--theme-ui-colors-primitives-grey-50` | `#edebe5` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - nav: 0px ## Motion choreography (measured) Load order: `svg.css-emkbxl`×2 @0ms → `div`×3 @1398ms → `svg.attractionIcon` @1398ms → `svg.attractionIcon` @1398ms → `svg.arrowIcon` @1398ms → `a.css-nwudib` @1398ms - `dialog.css-jeavfy` ×2 — opacity 0→1 — 200ms ease - `div` — opacity 0.129162→1 — 523ms ease-in-out - `svg.css-emkbxl` — transform rotate(0deg)→rotate(360deg) — 3000ms · loops Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #4F6814 · no underline ## Responsive (measured) - mobile (390px): hero 40px · 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/ds/komoot-mobile
Export: Tailwind v4 (@theme)
@theme {
/* action color #4F6814 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #F0F0F0;
--color-border: #DBDBDB;
--color-text: #141311;
--color-text-muted: #6D6C6B;
--color-primary: #4F6814; /* primary brand / action color. */
--color-accent: #4F6814; /* 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. */
--color-link: #4F6814; /* inline text links — shares the action color. */
--color-button-bg: #4F6814; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* measured weights: 500, 700 — use these, not 400/600 */
--text-hero: 72px; --font-weight-hero: 500; --leading-hero: 90px; --tracking-hero: 0.72px;
--text-h2: 48px; --font-weight-h2: 500; --leading-h2: 58px; --tracking-h2: 0.96px;
--text-h3: 40px; --font-weight-h3: 500; --leading-h3: 43px; --tracking-h3: 0.72px;
--text-body: 24px; --font-weight-body: 500; --leading-body: 31px; --tracking-body: 0.72px;
--text-small: 20px; --font-weight-small: 500; --tracking-small: 0.63px;
--radius-base: 12px;
--radius-button: 12px;
--radius-card: 12px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.1) 0px -10px 20px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.2) 0px 8px 24px 0px;
--shadow-subtle: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
--color-btn-hover: #FAF9F4; /* measured primary hover fill */
--ease-brand: ease-in-out;
--duration-fast: 200ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 3000ms;
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 7, 8, 11, 12, 16, 20, 24, 32px */
}Export: CSS variables
:root {
/* action color #4F6814 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #F0F0F0;
--border: #DBDBDB;
--text: #141311;
--text-muted: #6D6C6B;
--primary: #4F6814; /* primary brand / action color. */
--accent: #4F6814; /* 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. */
--link: #4F6814; /* inline text links — shares the action color. */
--button-bg: #4F6814; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--text-hero: 72px; --weight-hero: 500; --leading-hero: 90px; --tracking-hero: 0.72px;
--text-h2: 48px; --weight-h2: 500; --leading-h2: 58px; --tracking-h2: 0.96px;
--text-h3: 40px; --weight-h3: 500; --leading-h3: 43px; --tracking-h3: 0.72px;
--text-body: 24px; --weight-body: 500; --leading-body: 31px; --tracking-body: 0.72px;
--text-small: 20px; --weight-small: 500; --tracking-small: 0.63px;
--radius: 12px;
--radius-button: 12px;
--radius-card: 12px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.1) 0px -10px 20px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.2) 0px 8px 24px 0px;
--shadow-subtle: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
--btn-bg-hover: #FAF9F4;
--ease: ease-in-out;
--duration-fast: 200ms;
--duration-base: 300ms;
--duration-slow: 3000ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--theme-ui-colors-primitives-grey-white: #ffffff;
--theme-ui-colors-primitives-grey-900: #1c1a18;
--theme-ui-colors-primitives-grey-800: #33312f;
--theme-ui-colors-primitives-grey-700: #4a4846;
--theme-ui-colors-primitives-grey-600: #615e5c;
--theme-ui-colors-primitives-grey-500: #787573;
--theme-ui-colors-primitives-grey-400: #8f8c8a;
--theme-ui-colors-primitives-grey-300: #a3a09f;
--theme-ui-colors-primitives-grey-200: #b2afab;
--theme-ui-colors-primitives-grey-100: #c2beb8;
--theme-ui-colors-primitives-grey-75: #d1cdc4;
--theme-ui-colors-primitives-grey-50: #edebe5;
}