Tinybird — Design System
Tinybird ships analytics infrastructure in terminal dress: Roboto at 64px/400 white on #0A0A0A, Roboto Mono in the dense 14px body and on the signal-green #27F795 zero-radius buttons. SQL pipes and latency numbers are the imagery — managed ClickHouse presented like a CLI session that happens to have a marketing budget.
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/tinybird.
Tokens
Tinybird's decoded design system: background #0A0A0A, text #FFFFFF, accent #27F795, link #27F795, primary #27F795; type scale h1 64px / h2 64px / body 14px; 8px spacing base; 0px base radius. The single interactive/action color is #27F795 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0A0A0A |
| surface | #181818 |
| border | #2E2E2E |
| text | #FFFFFF |
| text_muted | #A1A1A1 |
| primary | #27F795 |
| accent | #27F795 |
| link | #27F795 |
| button_bg | #27F795 |
| button_text | #0A0A0A |
Using these colors
- Action color
#27F795— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#27F795— one role, not several (the action color).- accent
#27F795— 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.
Typography
- Heading: Roboto
- Body: Roboto
- Mono: Roboto Mono
- h1: 64px
- h2: 64px
- body: 14px
Spacing
- base unit: 8px
- scale: 2px, 4px, 8px, 12px, 16px, 20px, 24px, 32px, 40px, 48px
Radii
- base: 0px
- button: 0px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 150ms · 200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0, 0, 0.2, 1) - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--white | #fff |
--black | #000 |
--dark | #25283d |
--primary | #27f795 |
--primary-dark | #008060 |
--secondary-light | #00c1ff |
--secondary | #2d27f7 |
--gray-50 | #f6f7f9 |
--gray-100 | #e8e9ed |
--gray-200 | #d9d9d9 |
…and 109 more measured on the page.
Button states (measured)
- primary hover: background
#008060· color#FFFFFF
Layout (measured)
- container max-width:
1440px - common grid: 12 columns
Motion choreography (measured)
Load order: a.block×11 → div.pr-4×22 → span.hidden×33 → a.flex×9 → button.shrink-0×15 → div.absolute
Scroll reveal: 4 elements rest at opacity 0, translateY(100px).
Responsive (measured)
- breakpoints: 350px · 480px · 640px · 768px · 990px · 1025px
- mobile (390px): hero 56px · nav inline
Per-section tokens (9)
- Hero — dark · bg #0A0A0A · text #506A5D · 2 col · split
- Stats / Metrics — dark · bg #151515 · text #3D433F · 2 col · split
- Logo Wall — dark · bg #101010 · text #505050 · 5 col · split
- Feature — dark · bg #131519 · text #2E3230 · 2 col · split
- Feature — dark · bg #0A0A0A · text #264739 · 2 col · left
- Comparison — dark · bg #0A0A0A · text #1E5042 · 2 col · split
- Feature — dark · bg #151515 · text #395246 · 3 col · split
- Testimonial / Social Proof — dark · bg #0A0A0A · text #404C45 · 2 col · split
- Footer — dark · bg #0A0A0A · text #FFFFFF · 1 col · left
Export: DESIGN.md
# Tinybird — Design System > dark, modern, high, tailwind — deep decode (measured live) Tinybird ships analytics infrastructure in terminal dress: Roboto at 64px/400 white on #0A0A0A, Roboto Mono in the dense 14px body and on the signal-green #27F795 zero-radius buttons. SQL pipes and latency numbers are the imagery — managed ClickHouse presented like a CLI session that happens to have a marketing budget. ## Colors | Role | Value | |------|-------| | bg | `#0A0A0A` | | surface | `#181818` | | border | `#2E2E2E` | | text | `#FFFFFF` | | text_muted | `#A1A1A1` | | primary | `#27F795` | | accent | `#27F795` | | link | `#27F795` | | button_bg | `#27F795` | | button_text | `#0A0A0A` | **Using these colors** - **Action color** `#27F795` — 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`, `button_bg` are all `#27F795` — one role, not several (your action color). - **accent** `#27F795` — 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. - **Page coverage** (full-page screenshot pixels): `#0A0A0A` 79.3% · `#252525` 14.3% · `#394841` 6.3% ## Typography - Heading: **Roboto** - Body: **Roboto** - Mono: **Roboto Mono** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 64px / 400 · lh 72px · tracking -1.28px | | h2 | 56px / 400 · lh 56px · tracking -4.71px | | h3 | 40px / 400 · lh 48px · tracking 0.4px | | body | 14px / 400 · lh 22px | | small | 12px / 400 · lh 20px | - Weight ladder: 400 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Roboto — free, on Google. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 4px, 8px, 12px, 16px, 20px, 24px, 32px, 40px, 48px — snap all gaps/padding to these ## Radius - base: 0px - button: 0px - card: 4px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#27F795` / `#0A0A0A` | none | 0px | 8px 24px 8px 24px | 400 16px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | 1px solid rgb(255, 255, 255) | 0px | 12px 24px 12px 24px | 400 14px | none | **States (measured, not guessed)** - primary hover: background `#008060` · color `#FFFFFF` - secondary hover: border `1px solid rgb(39, 247, 149)` · color `#27F795` - transition: `all 0.3s cubic-bezier(0.4, 0, 0.2, 1)` ## Motion - durations: 300ms (dominant) · 150ms · 200ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0, 0, 0.2, 1)` - animated properties: color, background-color, border-color, outline-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 | |-------|-------| | `--white` | `#fff` | | `--black` | `#000` | | `--dark` | `#25283d` | | `--primary` | `#27f795` | | `--primary-dark` | `#008060` | | `--secondary-light` | `#00c1ff` | | `--secondary` | `#2d27f7` | | `--gray-50` | `#f6f7f9` | | `--gray-100` | `#e8e9ed` | | `--gray-200` | `#d9d9d9` | | `--gray-300` | `#999` | | `--gray-400` | `#8d8d8d` | _…and 107 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1440px · common grid: 12-col | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 136 | 320 | 12 | 24 | 0/0 | — | | 504 | 647 | 12 | 24 | 0/0 | — | | 1303 | 907 | 12 | 24 | 0/0 | — | | 2282 | 384 | 12 | 24 | 0/0 | — | | 2738 | 895 | 12 | 24 | 0/0 | — | | 3785 | 842 | 12 | 24 | 0/0 | — | | 4779 | 1230 | 12 | 24 | 0/0 | — | ## Motion choreography (measured) Load order: `a.block`×11 @0ms → `div.pr-4`×22 @0ms → `span.hidden`×33 @4ms → `a.flex`×9 @5ms → `button.shrink-0`×15 @8ms → `div.absolute` @8ms - scroll reveal: 4 elements rest at opacity 0, translateY(100px) (2 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - card ×6: pad 0px 0px 0px 0px · r 4px · border 1px solid rgb(53, 53, 53) · bg #151515 - hover: font-weight `400` · letter-spacing `normal` - link: #27F795 · no underline ## Responsive (measured) - breakpoints: 350px · 480px · 640px · 768px · 990px · 1025px - mobile (390px): hero 56px · 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/tinybird
Export: Tailwind v4 (@theme)
@theme {
/* action color #27F795 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #0A0A0A;
--color-surface: #181818;
--color-border: #2E2E2E;
--color-text: #FFFFFF;
--color-text-muted: #A1A1A1;
--color-primary: #27F795; /* primary brand / action color. */
--color-accent: #27F795; /* 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: #27F795; /* inline text links — shares the action color. */
--color-button-bg: #27F795; /* primary-button fill — the main call-to-action color. */
--color-button-text: #0A0A0A;
/* fonts: Roboto — free, on Google. */
--font-heading: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "Roboto Mono", ui-monospace, monospace;
/* measured weights: 400, 700 — use these, not 400/600 */
--text-hero: 64px; --font-weight-hero: 400; --leading-hero: 72px; --tracking-hero: -1.28px;
--text-h2: 56px; --font-weight-h2: 400; --leading-h2: 56px; --tracking-h2: -4.71px;
--text-h3: 40px; --font-weight-h3: 400; --leading-h3: 48px; --tracking-h3: 0.4px;
--text-body: 14px; --font-weight-body: 400; --leading-body: 22px;
--text-small: 12px; --font-weight-small: 400; --leading-small: 20px;
--radius-base: 0px;
--radius-button: 0px;
--radius-card: 4px;
--radius-pill: 9999px;
--color-btn-hover: #008060; /* measured primary hover fill */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--duration-slow: 300ms;
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 8, 12, 16, 20, 24, 32, 40, 48px */
}Export: CSS variables
:root {
/* action color #27F795 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #0A0A0A;
--surface: #181818;
--border: #2E2E2E;
--text: #FFFFFF;
--text-muted: #A1A1A1;
--primary: #27F795; /* primary brand / action color. */
--accent: #27F795; /* 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: #27F795; /* inline text links — shares the action color. */
--button-bg: #27F795; /* primary-button fill — the main call-to-action color. */
--button-text: #0A0A0A;
--font-heading: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "Roboto Mono", ui-monospace, monospace;
--text-hero: 64px; --weight-hero: 400; --leading-hero: 72px; --tracking-hero: -1.28px;
--text-h2: 56px; --weight-h2: 400; --leading-h2: 56px; --tracking-h2: -4.71px;
--text-h3: 40px; --weight-h3: 400; --leading-h3: 48px; --tracking-h3: 0.4px;
--text-body: 14px; --weight-body: 400; --leading-body: 22px;
--text-small: 12px; --weight-small: 400; --leading-small: 20px;
--radius: 0px;
--radius-button: 0px;
--radius-card: 4px;
--radius-pill: 9999px;
--btn-bg-hover: #008060;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms;
--duration-base: 200ms;
--duration-slow: 300ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--white: #fff;
--black: #000;
--dark: #25283d;
--primary: #27f795;
--primary-dark: #008060;
--secondary-light: #00c1ff;
--secondary: #2d27f7;
--gray-50: #f6f7f9;
--gray-100: #e8e9ed;
--gray-200: #d9d9d9;
--gray-300: #999;
--gray-400: #8d8d8d;
}
/* fonts: Roboto — free, on Google. */