MozaikaLive decode

Gitpod — decoded design system

gitpod.io · light · professional · tailwind · deep decode — measured live

Gitpod'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.

Open in Mozaika →

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/gitpod.io.

Decoded design system

Gitpod's decoded design system: background #FFFFFF, text #0A0E19, accent #C41E3A, link #0A0E19, primary #397554; type scale h1 64px / h2 56px / body 16px; 4px spacing base; 4px base radius. The single interactive/action color is #C41E3A — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F0F0F1
border#DADADC
text#0A0E19
text_muted#676970
primary#397554
accent#C41E3A
link#0A0E19
secondary#C41E3A
button_bg#C41E3A
button_text#0A0E19

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--color-pastel-blue#afc1fd
--color-grey-600#cecece
--color-green-100lab(96.1861% -13.8464 6.52365)
--color-red-200lab(86.017% 19.8815 7.75869)
--color-chocolate-brown#541500
--color-gray-500lab(47.7841% -.393182 -10.0268)
--color-gray-50lab(98.2596% -.247031 -.706708)
--color-white#fff
--color-red-400lab(63.7053% 60.745 31.3109)
--color-grey-500#e1e1e1

…and 77 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: html.lighthtml.lightpath×16 → g×6 → a.group×48 → span.pointer-events-none×36

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/gitpod.io

registry item · or query it over MCP: get_design_system("Gitpod")

Export: DESIGN.md

# Gitpod — Design System

> light, professional, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F0F0F1` |
| border | `#DADADC` |
| text | `#0A0E19` |
| text_muted | `#676970` |
| primary | `#397554` |
| accent | `#C41E3A` |
| link | `#0A0E19` |
| secondary | `#C41E3A` |
| button_bg | `#C41E3A` |
| button_text | `#0A0E19` |

**Using these colors**

- **Action color** `#C41E3A` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `secondary`, `button_bg` are all `#C41E3A` — one role, not several (your action color).
- **accent** `#C41E3A` — 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.
- **primary** `#397554` — a brand color — but the call-to-action uses #C41E3A, not this.
- **link** `#0A0E19` — inline text links and link-styled controls.
- **Page coverage** (full-page screenshot pixels): `#F9F9F9` 96.4% · `#64666D` 3.6%

## Typography

- Heading: **Martina Plantijn** _(free fallback: Newsreader)_
- Body: **ABC Diatype** _(free fallback: Space Grotesk)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 300 · lh 67px · tracking -0.36px |
| h2 | 56px / 300 · lh 55px · tracking -1.12px |
| h3 | 52px / 300 · lh 55px · tracking -0.36px |
| body | 16px / 400 · lh 18px |
| small | 15px / 500 · lh 18px |
| eyebrow | 10px / 600 · tracking 2px |

- Weight ladder: 300 · 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Martina Plantijn may be proprietary — safe free fallback: Newsreader (Google Fonts). ABC Diatype is proprietary — closest free match: Space Grotesk (Google). Load Space Grotesk; keep ABC Diatype first so licensed users still get it.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 6px, 7px, 8px, 10px, 12px, 14px, 16px, 24px, 32px — snap all gaps/padding to these
- section rhythm: 59px top/bottom padding per section (measured)

## Radius
- base: 4px
- button: 8px
- card: 12px
- pill: 9999px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(255, 255, 255, 0.85)` / `#0A0E19` | 1px solid rgba(206, 206, 206, 0.22) | 8px | 7px 10px 7px 10px | 400 16px | none |
| secondary | `#0A0E19` / `#FFFFFF` | 1px solid rgb(10, 14, 25) | 8px | 7px 10px 7px 10px | 400 18px | none |

**States (measured, not guessed)**

- primary hover: border `1px solid rgb(232, 232, 232)` · background `#E8E8E8`
- primary focus: outline `2px solid rgb(10, 14, 25)`
- secondary hover: border `1px solid rgb(26, 32, 48)` · background `#1A2030`
- transition: `background 0.3s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- overlay: `rgba(0, 0, 0, 0.07) 0px 0px 120px 0px`

## Motion
- durations: 300ms (dominant) · 200ms · 150ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease`
- animated properties: opacity, background-color, border-color, 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-pastel-blue` | `#afc1fd` |
| `--color-grey-600` | `#cecece` |
| `--color-green-100` | `lab(96.1861% -13.8464 6.52365)` |
| `--color-red-200` | `lab(86.017% 19.8815 7.75869)` |
| `--color-chocolate-brown` | `#541500` |
| `--color-gray-500` | `lab(47.7841% -.393182 -10.0268)` |
| `--color-gray-50` | `lab(98.2596% -.247031 -.706708)` |
| `--color-white` | `#fff` |
| `--color-red-400` | `lab(63.7053% 60.745 31.3109)` |
| `--color-grey-500` | `#e1e1e1` |
| `--color-gray-100` | `lab(96.1596% -.0823438 -1.13575)` |
| `--color-red-500` | `lab(55.4814% 75.0732 48.8528)` |

_…and 75 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1360px · common grid: 2-col
- nav: 110px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 110 | 321 | 2 | 8 | 59/0 | 42/58 |
| 430 | 779 | — | — | 59/0 | — |
| 1210 | 261 | 6 | 16 | 130/0 | — |
| 1630 | 812 | 2 | — | 0/0 | — |
| 2602 | 1535 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `html.light` @0ms → `html.light` @0ms → `path`×16 @56ms → `g`×6 @56ms → `a.group`×48 @58ms → `span.pointer-events-none`×36 @59ms

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #0A0E19 · underline

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1200px · 1280px · 1536px
- mobile (390px): hero 14px · body 14px · nav: hamburger

## 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.
Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Gitpod's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with gitpod.io. No screenshots stored. Removal requests: hello@mozaika.design.