Netlify — Design System
Netlify runs an all-Figtree system at maximum weight: 64px/800 headlines over dark navy heroes, 16px body, and its signature teal #32E6E2 on full-pill 360px buttons. 'Start with a prompt / Deploy from Git / Drag and drop' panels turn the platform's flexibility into layout — AI-era deployment wearing the rounded, high-contrast confidence of a devtool that got there first.
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/netlify.
Tokens
Netlify's decoded design system: background #FFFFFF, text #181A1C, accent #32E6E2, link #2E51ED, primary #32E6E2; type scale h1 64px / h2 48.64px / body 14px; 8px spacing base; 3px base radius. The single interactive/action color is #32E6E2 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DCDCDC |
| text | #181A1C |
| text_muted | #6F7172 |
| primary | #32E6E2 |
| accent | #32E6E2 |
| link | #2E51ED |
| secondary | #9DA7B2 |
| button_bg | #32E6E2 |
| button_text | #12181F |
Using these colors
- Action color
#32E6E2— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#32E6E2— one role, not several (the action color).- accent
#32E6E2— 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
#2E51ED— inline text links and link-styled controls. - secondary
#9DA7B2— 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: Instrument Sans
- Body: Figtree
- Mono: Martian Mono
- h1: 64px
- h2: 48.64px
- body: 14px
Spacing
- base unit: 8px
- scale: 2px, 4px, 8px, 10px, 12px, 16px, 17px, 24px, 32px, 48px
Radii
- base: 3px
- button: 360px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 200ms (dominant) with ease.
- durations: 200ms · 100ms · 300ms
- easings:
ease·cubic-bezier(0.22, 1, 0.36, 1) - animated properties: background-color, border-color, filter, translate
Native design tokens
| Token | Value |
|---|---|
--green-900 | #152a19 |
--pink-600 | #b938b8 |
--search-loading-color | color(srgb .00392156862745098 .4117647058823529 .40784313725490196) |
--purple-200 | #d8c7ff |
--ntl-pink-400 | color(srgb .9372549019607843 .4980392156862745 .9215686274509803) |
--color-info-border | color(srgb .19215686274509805 .4196078431372549 .9568627450980393) |
--ntl-gold-700 | color(srgb .5490196078431373 .2980392156862745 .050980392156862744) |
--color-invalid-border | color(srgb .8392156862745098 .15294117647058825 .25098039215686274) |
--ntl-color-bg-3 | color(srgb .9137254901960784 .9215686274509803 .9294117647058824) |
--ntl-button-primary-text-color | color(srgb .09411764705882353 .10196078431372549 .10980392156862745) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: border
2px solid color(srgb 0.556863 0.984314 0.968627)· backgroundcolor(srgb 0.556863 0.984314 0.968627) - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1280px - nav: 111px sticky
- common grid: 7 columns
Motion choreography (measured)
Load order: header.site-header → path.eyes×2 → div.n-ticker-content×2 → path.star-one → path.star-two → path.cloud-two
Themes
dark counterpart: background #12181F, text #FFFFFF.
Responsive (measured)
- breakpoints: 400px · 426px · 480px · 500px · 550px · 600px
- mobile (390px): hero 41px · nav inline
Per-section tokens (12)
- Hero — dark · bg #13181F · text #FFFEFC · 1 col · left
- Logo Wall — light · bg #FFFFFF · text #13181F · 1 col · left
- Steps / How-it-works — light · bg #FFFFFF · text #0C2A29 · 1 col · left
- Feature — dark · bg #0C2A29 · text #EBF2F2 · 1 col · left
- Feature — dark · bg #0C2A29 · text #F0F7F7 · 1 col · left
- Feature — dark · bg #0C2A29 · text #DCEAEA · 1 col · left
- Feature — dark · bg #0C2A29 · text #FFFFFF · 1 col · left
- Testimonial / Social Proof — light · bg #FFFFFF · text #1D1F1F · 1 col · left
- Feature — light · bg #FFFFFF · text #060C11 · 2 col · split
- Stats / Metrics — light · bg #FFFFFF · text #181A1C · 3 col · split
- CTA / Sign-up — light · bg #FFFFFF · text #A7A9AB · 1 col · left
- Footer — light · bg #FFFFFF · text #93A1A4 · 1 col · left
Export: DESIGN.md
# Netlify — Design System > light, modern, high, custom — deep decode (measured live) Netlify runs an all-Figtree system at maximum weight: 64px/800 headlines over dark navy heroes, 16px body, and its signature teal #32E6E2 on full-pill 360px buttons. 'Start with a prompt / Deploy from Git / Drag and drop' panels turn the platform's flexibility into layout — AI-era deployment wearing the rounded, high-contrast confidence of a devtool that got there first. ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F1F1F1` | | border | `#DCDCDC` | | text | `#181A1C` | | text_muted | `#6F7172` | | primary | `#32E6E2` | | accent | `#32E6E2` | | link | `#2E51ED` | | secondary | `#9DA7B2` | | button_bg | `#32E6E2` | | button_text | `#12181F` | **Using these colors** - **Action color** `#32E6E2` — 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`, `button_bg` are all `#32E6E2` — one role, not several (your action color). - **accent** `#32E6E2` — 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** `#2E51ED` — inline text links and link-styled controls. - **secondary** `#9DA7B2` — 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): `#12181F` 59.9% · `#FFFFFF` 23.2% · `#4961AD` 6.7% · `#A4C2B9` 5.8% ## Typography - Heading: **Instrument Sans** - Body: **Figtree** - Mono: **Martian Mono** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 64px / 800 · lh 70px | | h2 | 37px / 800 · lh 40px | | h3 | 32px / 700 · lh 35px | | body | 16px / 400 · lh 24px | | small | 14px / 400 · lh 21px | - Weight ladder: 400 · 500 · 600 · 700 · 800 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Instrument Sans — free, on Google. Figtree — free, on Google. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 4px, 8px, 10px, 12px, 16px, 17px, 24px, 32px, 48px — snap all gaps/padding to these - section rhythm: 96px top/bottom padding per section (measured) ## Radius - base: 3px - button: 360px - card: 4px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `color(srgb 0.196078 0.901961 0.886275)` / `color(srgb 0.0941176 0.101961 0.109804)` | 2px solid color(srgb 0.196078 0.901961 0.886275) | 360px | 10px 17px 10px 17px | 700 16px | none | | secondary | `#32E6E2` / `#014847` | 1px solid rgb(50, 230, 226) | 4px | 8px 8px 8px 8px | 700 13.008px | none | **States (measured, not guessed)** - primary hover: border `2px solid color(srgb 0.556863 0.984314 0.968627)` · background `color(srgb 0.556863 0.984314 0.968627)` - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` ## Motion - durations: 200ms (dominant) · 100ms · 300ms - easings: `ease` (dominant) · `cubic-bezier(0.22, 1, 0.36, 1)` - animated properties: background-color, border-color, filter, translate 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 | |-------|-------| | `--green-900` | `#152a19` | | `--pink-600` | `#b938b8` | | `--search-loading-color` | `color(srgb .00392156862745098 .4117647058823529 .40784313725490196)` | | `--purple-200` | `#d8c7ff` | | `--ntl-pink-400` | `color(srgb .9372549019607843 .4980392156862745 .9215686274509803)` | | `--color-info-border` | `color(srgb .19215686274509805 .4196078431372549 .9568627450980393)` | | `--ntl-gold-700` | `color(srgb .5490196078431373 .2980392156862745 .050980392156862744)` | | `--color-invalid-border` | `color(srgb .8392156862745098 .15294117647058825 .25098039215686274)` | | `--ntl-color-bg-3` | `color(srgb .9137254901960784 .9215686274509803 .9294117647058824)` | | `--ntl-button-primary-text-color` | `color(srgb .09411764705882353 .10196078431372549 .10980392156862745)` | | `--color-bg-1-inverse` | `#d1d5da` | | `--ntl-red-900` | `color(srgb .23921568627450981 .10980392156862745 .10588235294117647)` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1280px · common grid: 7-col - nav: 111px sticky | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 111 | 596 | 7 | — | 96/32 | 2/2/2/89/2/2/2 | | 776 | 1684 | 7 | — | 96/96 | 2/2/2/89/2/2/2 | | 2460 | 977 | 7 | — | 96/96 | 2/2/2/89/2/2/2 | | 3437 | 1933 | 7 | — | 96/96 | 2/2/2/89/2/2/2 | ## Motion choreography (measured) Load order: `header.site-header` @0ms → `path.eyes`×2 @162ms → `div.n-ticker-content`×2 @162ms → `path.star-one` @196ms → `path.star-two` @196ms → `path.cloud-two` @196ms - `path.eyes` ×2 — clipPath inset(0%)→inset(20% 0%) — 4000ms ease-in-out · loops - `path.cloud-one` ×2 — translate 0px→0px 10px — 6000ms ease-in-out (delay 100ms) · loops - `path.cloud-two` — translate 0px→0px 15px — 5000ms ease-in-out (delay 100ms) · loops - `path.plane` — transform translate(2px)→translate(2px) — 4000ms ease-in-out (delay 100ms) · loops - `path.star-two` — opacity 1→0.2 — 3000ms ease-in-out (delay 100ms) · loops - `path.star-one` — opacity 1→0.1 — 4000ms ease-in-out (delay 100ms) · loops Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: color(srgb 0.964706 0.964706 0.968627) · no underline ## Themes (both measured) - dark counterpart: bg `#12181F` · text `#FFFFFF` - tokens that flip between modes: - `--search-loading-color`: `color(srgb .00392156862745098 .4117647058823529 .40784313725490196)` → `color(srgb .19607843137254902 .9019607843137255 .8862745098039215)` - `--color-info-border`: `color(srgb .19215686274509805 .4196078431372549 .9568627450980393)` → `color(srgb .1803921568627451 .3176470588235294 .9294117647058824)` - `--color-invalid-border`: `color(srgb .8392156862745098 .15294117647058825 .25098039215686274)` → `color(srgb .6862745098039216 .1450980392156863 .21176470588235294)` - `--ntl-color-bg-3`: `color(srgb .9137254901960784 .9215686274509803 .9294117647058824)` → `color(srgb .15294117647058825 .1843137254901961 .2196078431372549)` - `--ntl-button-primary-text-color`: `color(srgb .09411764705882353 .10196078431372549 .10980392156862745)` → `color(srgb .07058823529411765 .09411764705882353 .12156862745098039)` - `--color-bg-1-inverse`: `#d1d5da` → `#ffffff` - `--ntl-neutral-700`: `color(srgb .20784313725490197 .22745098039215686 .24313725490196078)` → `color(srgb .11764705882352941 .1411764705882353 .17254901960784313)` - `--ntl-title-text-color`: `color(srgb .32941176470588235 .35294117647058826 .3803921568627451 / .7490196078431373)` → `color(srgb .8352941176470589 1 .996078431372549 / .7490196078431373)` ## Responsive (measured) - breakpoints: 400px · 426px · 480px · 500px · 550px · 600px - mobile (390px): hero 41px · 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/netlify
Export: Tailwind v4 (@theme)
@theme {
/* action color #32E6E2 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #F1F1F1;
--color-border: #DCDCDC;
--color-text: #181A1C;
--color-text-muted: #6F7172;
--color-primary: #32E6E2; /* primary brand / action color. */
--color-accent: #32E6E2; /* 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: #2E51ED; /* inline text links and link-styled controls. */
--color-secondary: #9DA7B2; /* 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. */
--color-button-bg: #32E6E2; /* primary-button fill — the main call-to-action color. */
--color-button-text: #12181F;
/* fonts: Instrument Sans — free, on Google. Figtree — free, on Google. */
--font-heading: "Instrument Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Figtree", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "Martian Mono", ui-monospace, monospace;
/* measured weights: 400, 500, 600, 700, 800 — use these, not 400/600 */
--text-hero: 64px; --font-weight-hero: 800; --leading-hero: 70px;
--text-h2: 37px; --font-weight-h2: 800; --leading-h2: 40px;
--text-h3: 32px; --font-weight-h3: 700; --leading-h3: 35px;
--text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
--text-small: 14px; --font-weight-small: 400; --leading-small: 21px;
--radius-base: 3px;
--radius-button: 360px;
--radius-card: 4px;
--radius-sharp: 2px;
--shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
--color-btn-hover: color(srgb 0.556863 0.984314 0.968627); /* measured primary hover fill */
--outline-focus: 1px auto rgb(16, 16, 16); /* measured focus ring */
--ease-brand: ease;
--duration-fast: 100ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 96px; /* per-section vertical padding (measured) */
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 8, 10, 12, 16, 17, 24, 32, 48px */
}Export: CSS variables
:root {
/* action color #32E6E2 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #F1F1F1;
--border: #DCDCDC;
--text: #181A1C;
--text-muted: #6F7172;
--primary: #32E6E2; /* primary brand / action color. */
--accent: #32E6E2; /* 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: #2E51ED; /* inline text links and link-styled controls. */
--secondary: #9DA7B2; /* 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. */
--button-bg: #32E6E2; /* primary-button fill — the main call-to-action color. */
--button-text: #12181F;
--font-heading: "Instrument Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Figtree", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "Martian Mono", ui-monospace, monospace;
--text-hero: 64px; --weight-hero: 800; --leading-hero: 70px;
--text-h2: 37px; --weight-h2: 800; --leading-h2: 40px;
--text-h3: 32px; --weight-h3: 700; --leading-h3: 35px;
--text-body: 16px; --weight-body: 400; --leading-body: 24px;
--text-small: 14px; --weight-small: 400; --leading-small: 21px;
--radius: 3px;
--radius-button: 360px;
--radius-card: 4px;
--radius-sharp: 2px;
--shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
--btn-bg-hover: color(srgb 0.556863 0.984314 0.968627);
--focus-ring: 1px auto rgb(16, 16, 16);
--ease: ease;
--duration-fast: 100ms;
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 96px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--green-900: #152a19;
--pink-600: #b938b8;
--search-loading-color: color(srgb .00392156862745098 .4117647058823529 .40784313725490196);
--purple-200: #d8c7ff;
--ntl-pink-400: color(srgb .9372549019607843 .4980392156862745 .9215686274509803);
--color-info-border: color(srgb .19215686274509805 .4196078431372549 .9568627450980393);
--ntl-gold-700: color(srgb .5490196078431373 .2980392156862745 .050980392156862744);
--color-invalid-border: color(srgb .8392156862745098 .15294117647058825 .25098039215686274);
--ntl-color-bg-3: color(srgb .9137254901960784 .9215686274509803 .9294117647058824);
--ntl-button-primary-text-color: color(srgb .09411764705882353 .10196078431372549 .10980392156862745);
--color-bg-1-inverse: #d1d5da;
--ntl-red-900: color(srgb .23921568627450981 .10980392156862745 .10588235294117647);
}
/* fonts: Instrument Sans — free, on Google. Figtree — free, on Google. */