Getir Mobile — decoded design system
Getir 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/getir.com.
Decoded design system
Getir Mobile's decoded design system: background #FFFFFF, text #000000, accent #5D3EBC, link #5D3EBC, primary #5D3EBC; type scale h1 34px / h2 22px / body 17px; 8px spacing base; 12px base radius. The single interactive/action color is #FF9902 — 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 | #5D3EBC |
| accent | #5D3EBC |
| link | #5D3EBC |
| button_bg | #FF9902 |
| button_text | #000000 |
Using these colors
- Action color
#FF9902— the single interactive color; only on things you click or must notice, never large fills. primary,accent,linkare all#5D3EBC— one role, not several (the action color).- accent
#5D3EBC— accent for emphasis — keep it rare on the page.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 8px
- scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px
Radii
- base: 12px
- button: 2px
Button states (measured)
- primary hover: border
1px solid rgb(236, 114, 16)· background#EC7210 - primary focus: outline
3px solid rgb(9, 114, 211)
Responsive (measured)
- mobile (390px): hero 32px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/getir.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/getir.theme.ts https://mozaika.design/api/astryx/decode/getir.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Getir Mobile")
Export: DESIGN.md
# Getir Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#5D3EBC` | | accent | `#5D3EBC` | | link | `#5D3EBC` | | button_bg | `#FF9902` | | button_text | `#000000` | **Using these colors** - **Action color** `#FF9902` — 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` are all `#5D3EBC` — one role, not several. - **accent** `#5D3EBC` — accent for emphasis — keep it rare on the page. - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 98.3% · `#C9CACB` 0.5% · `#F2EDE8` 0.4% · `#E4921B` 0.3% ## Typography - h1: 34px - h2: 22px - body: 17px ## Spacing - base unit: 8px - scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px ## Radius - base: 12px - button: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FF9902` / `#000000` | 1px solid rgb(255, 153, 2) | 2px | 5px 30px 5px 30px | 700 16px | none | **States (measured, not guessed)** - primary hover: border `1px solid rgb(236, 114, 16)` · background `#EC7210` - primary focus: outline `3px solid rgb(9, 114, 211)` ## Responsive (measured) - mobile (390px): hero 32px · 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/getir.com
Is this spec still current?
Getir 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 Getir Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with getir.com. No screenshots stored. Removal requests: hello@mozaika.design.