n8n — decoded design system
n8n'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/n8n.io.
Decoded design system
n8n's decoded design system: background #0E0918, text #D1CECE, accent #0E0918, link #9D9797, primary #1A1524; type scale h1 48px / h2 24px / body 16px; 4px spacing base; 8px base radius. The single interactive/action color is #EE4F27 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0E0918 |
| surface | #191422 |
| border | #2B2633 |
| text | #D1CECE |
| text_muted | #868388 |
| primary | #1A1524 |
| accent | #0E0918 |
| link | #9D9797 |
| secondary | #1B1728 |
| button_bg | #EE4F27 |
| button_text | #FFFFFF |
Using these colors
- Action color
#EE4F27— the single interactive color; only on things you click or must notice, never large fills. primary#1A1524,secondary#1B1728are visually the same color (Δ7) — treat as one role (the action color).- accent
#0E0918— accent for emphasis — keep it rare on the page. - link
#9D9797— reads as a neutral UI color, not a link accent — verify against the reference (action = #EE4F27).
Typography
- Heading: Geomanist
- Body: Geomanist
- h1: 48px
- h2: 24px
- body: 16px
Spacing
- base unit: 4px
- scale: 4px, 7px, 8px, 12px, 16px, 18px, 20px, 24px, 32px, 40px
Radii
- base: 8px
- button: 8px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 200ms · 150ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.25, 0.46, 0.45, 0.94) - animated properties: background-color, transform, border, color
Native design tokens
| Token | Value |
|---|---|
--vc-clr-primary | #000 |
--vc-clr-secondary | #090f207f |
--vc-clr-white | #fff |
--vc-nav-color | #000 |
--vc-nav-color-hover | #090f207f |
--vc-pgn-active-color | #000 |
--vc-pgn-background-color | #090f207f |
--color-loop-bg | #fff |
--color-winners-third | #783200 |
--color-yellow-600 | oklch(68.1% .162 75.834) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#F05E39 - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1120px - nav: 66px fixed
- common grid: 2 columns
Motion choreography (measured)
Load order: div.c-marquee-track×2 → div.nuxt-loading-indicator×2
Scroll reveal: 12 elements rest at opacity 0, translateY(25px).
Overlay recipe (measured)
dropdown panel: oklab(0.155427 0.014995 -0.0281669 / 0.2) · radius 16px · enter 300ms ease
Responsive (measured)
- breakpoints: 390px · 440px · 640px · 768px · 1024px · 1280px
- mobile (390px): nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/n8n.io
registry item · or query it over MCP: get_design_system("n8n")
Export: DESIGN.md
# n8n — Design System > dark, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#0E0918` | | surface | `#191422` | | border | `#2B2633` | | text | `#D1CECE` | | text_muted | `#868388` | | primary | `#1A1524` | | accent | `#0E0918` | | link | `#9D9797` | | secondary | `#1B1728` | | button_bg | `#EE4F27` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#EE4F27` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary` `#1A1524`, `secondary` `#1B1728` are visually the same color (Δ7) — treat as one role. - **accent** `#0E0918` — accent for emphasis — keep it rare on the page. - **link** `#9D9797` — reads as a neutral UI color, not a link accent — verify against the reference (action = #EE4F27). - **Page coverage** (full-page screenshot pixels): `#0E0918` 65.1% · `#1C1728` 23.7% · `#735255` 11.2% ## Typography - Heading: **Geomanist** _(free fallback: Newsreader)_ - Body: **Geomanist** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 48px / 400 · lh 48px · tracking -0.96px | | h2 | 24px / 400 · lh 36px | | h3 | 20px / 400 · lh 30px | | body | 16px / 400 · lh 24px | | small | 15px / 400 · lh 15px | | eyebrow | 12px / 600 · tracking 1px | - Weight ladder: 300 · 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Geomanist may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 4px, 7px, 8px, 12px, 16px, 18px, 20px, 24px, 32px, 40px — snap all gaps/padding to these - section rhythm: 64px top/bottom padding per section (measured) ## Radius - base: 8px - button: 8px - card: 8px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#EE4F27` / `#FFFFFF` | none | 8px | 0px 17px 0px 17px | 700 12px / 0.4px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 8px | 0px 12px 0px 12px | 400 14px | none | **States (measured, not guessed)** - primary hover: background `#F05E39` - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `all 0.1s ease-in-out` ## Motion - durations: 300ms (dominant) · 200ms · 150ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.25, 0.46, 0.45, 0.94)` - animated properties: background-color, transform, border, 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 | |-------|-------| | `--vc-clr-primary` | `#000` | | `--vc-clr-secondary` | `#090f207f` | | `--vc-clr-white` | `#fff` | | `--vc-nav-color` | `#000` | | `--vc-nav-color-hover` | `#090f207f` | | `--vc-pgn-active-color` | `#000` | | `--vc-pgn-background-color` | `#090f207f` | | `--color-loop-bg` | `#fff` | | `--color-winners-third` | `#783200` | | `--color-yellow-600` | `oklch(68.1% .162 75.834)` | | `--color-primary-900` | `#b83617` | | `--color-button-tertiary` | `#bcbcbc` | _…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 1120px · common grid: 2-col - nav: 66px fixed | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 719 | — | — | 0/0 | — | | 719 | 703 | 2 | 40 | 64/64 | 23/77 | | 783 | 575 | 2 | 40 | 0/0 | 23/77 | | 1422 | 239 | 3 | 8 | 64/64 | — | | 1661 | 596 | — | — | 64/64 | — | | 1725 | 468 | — | — | 0/0 | — | | 2257 | 1076 | 12 | 8 | 64/64 | — | | 2321 | 948 | 12 | 8 | 0/0 | — | ## Motion choreography (measured) Load order: `div.c-marquee-track`×2 @0ms → `div.nuxt-loading-indicator`×2 @836ms - scroll reveal: 12 elements rest at opacity 0, translateY(25px) (9 revealed during the drive). - overlay dropdown (auto-opened): panel oklab(0.155427 0.014995 -0.0281669 / 0.2) · r 16px - enter: opacity from 0 · 300ms ease | transform from translateY(-8px) · 300ms ease-out - exit: opacity from 0 · 300ms ease | transform from translateY(-8px) · 300ms ease-out Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #D1CECE · no underline — hover #FFFFFF ## Responsive (measured) - breakpoints: 390px · 440px · 640px · 768px · 1024px · 1280px - mobile (390px): body 16px · 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.
An automated reading of n8n's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with n8n.io. No screenshots stored. Removal requests: hello@mozaika.design.