MozaikaDesign system

Gitpod — Design System

light · professional · medium · tailwind · confidence 92% · deep decode

Gitpod pairs a book serif with a Swiss grotesk: Martina Plantijn at 64px/300 gives 'The platform for...' an editorial gravitas, while ABC Diatype handles 16px body and translucent-white 8px-radius buttons. Ink #0A0E19 on soft paper, code panels framed like plates — cloud dev environments positioned as considered infrastructure, not another CI tool.

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

Tokens

Gitpod's decoded design system: background #FFFFFF, text #0A0E19, accent #C41E3A, link #0A0E19, primary #397554; type scale h1 18px / h2 31px / body 17px; 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#FFFFFF

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)

Per-section tokens (12)

Export: DESIGN.md

# Gitpod — Design System

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

Gitpod pairs a book serif with a Swiss grotesk: Martina Plantijn at 64px/300 gives 'The platform for...' an editorial gravitas, while ABC Diatype handles 16px body and translucent-white 8px-radius buttons. Ink #0A0E19 on soft paper, code panels framed like plates — cloud dev environments positioned as considered infrastructure, not another CI tool.

## 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 | `#FFFFFF` |

**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


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

## 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: 6px
- 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/gitpod

Export: Tailwind v4 (@theme)

@theme {
  /* action color #C41E3A — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F0F0F1;
  --color-border: #DADADC;
  --color-text: #0A0E19;
  --color-text-muted: #676970;
  --color-primary: #397554;  /* a brand color — but the call-to-action uses #C41E3A, not this. */
  --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. */
  --color-link: #0A0E19;  /* inline text links and link-styled controls. */
  --color-secondary: #C41E3A;  /* same color as the action (see accent). */
  --color-button-bg: #C41E3A;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* measured weights: 300, 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 64px; --font-weight-hero: 300; --leading-hero: 67px; --tracking-hero: -0.36px;
  --text-h2: 56px; --font-weight-h2: 300; --leading-h2: 55px; --tracking-h2: -1.12px;
  --text-h3: 52px; --font-weight-h3: 300; --leading-h3: 55px; --tracking-h3: -0.36px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 18px;
  --text-small: 15px; --font-weight-small: 500; --leading-small: 18px;
  --text-eyebrow: 10px; --font-weight-eyebrow: 600; --tracking-eyebrow: 2px;
  --radius-base: 4px;
  --radius-button: 6px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --radius-sharp: 3px;
  --shadow-overlay: rgba(0, 0, 0, 0.07) 0px 0px 120px 0px;
  --color-btn-hover: #E8E8E8;  /* measured primary hover fill */
  --outline-focus: 2px solid rgb(10, 14, 25);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 59px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 6, 7, 8, 10, 12, 14, 16, 24, 32px */
}

Export: CSS variables

:root {
  /* action color #C41E3A — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F0F0F1;
  --border: #DADADC;
  --text: #0A0E19;
  --text-muted: #676970;
  --primary: #397554;  /* a brand color — but the call-to-action uses #C41E3A, not this. */
  --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. */
  --link: #0A0E19;  /* inline text links and link-styled controls. */
  --secondary: #C41E3A;  /* same color as the action (see accent). */
  --button-bg: #C41E3A;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --text-hero: 64px; --weight-hero: 300; --leading-hero: 67px; --tracking-hero: -0.36px;
  --text-h2: 56px; --weight-h2: 300; --leading-h2: 55px; --tracking-h2: -1.12px;
  --text-h3: 52px; --weight-h3: 300; --leading-h3: 55px; --tracking-h3: -0.36px;
  --text-body: 16px; --weight-body: 400; --leading-body: 18px;
  --text-small: 15px; --weight-small: 500; --leading-small: 18px;
  --text-eyebrow: 10px; --weight-eyebrow: 600; --tracking-eyebrow: 2px;
  --radius: 4px;
  --radius-button: 6px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --radius-sharp: 3px;
  --shadow-overlay: rgba(0, 0, 0, 0.07) 0px 0px 120px 0px;
  --btn-bg-hover: #E8E8E8;
  --focus-ring: 2px solid rgb(10, 14, 25);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 59px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --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);
}