Turso — Design System
The full decoded design system for Turso: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
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/turso.
Tokens
Turso's decoded design system: background #0D1318, text #ECECEE, accent #4FF7D1, link #4FF7D1, primary #162129; type scale h1 16px / h2 72px / body 16px; 8px spacing base; 8px base radius. The single interactive/action color is #4FF7D1 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0D1318 |
| surface | #1A2024 |
| border | #2E3338 |
| text | #ECECEE |
| text_muted | #97999C |
| primary | #162129 |
| accent | #4FF7D1 |
| link | #4FF7D1 |
| secondary | #D946EF |
| button_bg | #4FF7D1 |
| button_text | #000000 |
Using these colors
- Action color
#4FF7D1— the single interactive color; only on things you click or must notice, never large fills. accent,link,button_bgare all#4FF7D1— one role, not several (the action color).- accent
#4FF7D1— 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
#162129— a brand color — but the call-to-action uses #4FF7D1, not this. - secondary
#D946EF— 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: Inter
- Body: Inter
- Mono: SFMono-Regular
- h1: 16px
- h2: 72px
- body: 16px
Spacing
- base unit: 8px
- scale: 2px, 4px, 6px, 8px, 10px, 14px, 16px, 24px, 40px, 48px
Radii
- base: 8px
- button: 9999px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1) - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--turso-dark-blue | #121b22 |
--turso-primary-aqua | #4ff8d2 |
--turso-blue-4 | #232e36 |
--turso-dark-gray | #293945 |
--turso-medium-dark-blue | #232e36 |
--turso-yellow | #e0ca3c |
--turso-white | #fafafa |
--turso-gray | #7b8690 |
--turso-blue | #0f4f62 |
--turso-blue-3 | #1b252d |
…and 8 more measured on the page.
Button states (measured)
- primary focus: outline
2px auto rgb(22, 163, 74)
Layout (measured)
- container max-width:
1280px - nav: 92px
Motion choreography (measured)
Scroll reveal: 8 elements rest at opacity 0, animate in over 0.2s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 576px · 768px · 1024px · 1200px · 1440px · 1920px
- mobile (390px): nav hamburger
Per-section tokens (8)
- Hero — dark · bg #0D1318 · text #51FAD3 · 1 col · left
- Logo Wall — dark · bg #0D1318 · text #4C6764 · 1 col · left
- Bento Grid — dark · bg #0D1318 · text #638C86 · 3 col · split
- Testimonial / Social Proof — dark · bg #0D1318 · text #8A8D8E · 3 col · split
- Feature — dark · bg #0D1318 · text #A1C4BA · 2 col · split
- Feature — dark · bg #0D1318 · text #586873 · 2 col · split
- CTA / Sign-up — dark · bg #0D1318 · text #7A8D8F · 4 col · split
- Footer — dark · bg #0D1318 · text #617C7B · 1 col · left
Export: DESIGN.md
# Turso — Design System > dark, modern, high, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#0D1318` | | surface | `#1A2024` | | border | `#2E3338` | | text | `#ECECEE` | | text_muted | `#97999C` | | primary | `#162129` | | accent | `#4FF7D1` | | link | `#4FF7D1` | | secondary | `#D946EF` | | button_bg | `#4FF7D1` | | button_text | `#000000` | **Using these colors** - **Action color** `#4FF7D1` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `link`, `button_bg` are all `#4FF7D1` — one role, not several (your action color). - **accent** `#4FF7D1` — 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** `#162129` — a brand color — but the call-to-action uses #4FF7D1, not this. - **secondary** `#D946EF` — 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): `#0D1318` 86.9% · `#50FAD4` 7.5% · `#263A3B` 3.3% · `#48B7A0` 2.3% — the action color covers ~7.5% of the page; keep it that scarce. ## Typography - Heading: **Inter** - Body: **Inter** - Mono: **SFMono-Regular** | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 72px / 800 · lh 72px · tracking -1.8px | | h2 | 48px / 600 · lh 48px · tracking -1.2px | | h3 | 36px / 700 · lh 40px | | body | 16px / 400 · lh 28px | | small | 14px / 600 · lh 20px | - Weight ladder: 400 · 500 · 600 · 700 · 800 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Inter — free, on Google. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 4px, 6px, 8px, 10px, 14px, 16px, 24px, 40px, 48px — snap all gaps/padding to these ## Radius - base: 8px - button: 9999px - card: 12px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#4FF7D1` / `#000000` | none | 9999px | 12px 24px 12px 24px | 600 16px | none | | secondary | `#D946EF` / `#FFFFFF` | none | 9999px | — | — | none | **States (measured, not guessed)** - primary focus: outline `2px auto rgb(22, 163, 74)` ## Motion - durations: 150ms (dominant) · 200ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) - animated properties: color, background-color, border-color, text-decoration-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 | |-------|-------| | `--turso-dark-blue` | `#121b22` | | `--turso-primary-aqua` | `#4ff8d2` | | `--turso-blue-4` | `#232e36` | | `--turso-dark-gray` | `#293945` | | `--turso-medium-dark-blue` | `#232e36` | | `--turso-yellow` | `#e0ca3c` | | `--turso-white` | `#fafafa` | | `--turso-gray` | `#7b8690` | | `--turso-blue` | `#0f4f62` | | `--turso-blue-3` | `#1b252d` | | `--turso-blue-2` | `#121b22` | | `--turso-lime` | `#a4df95` | _…and 6 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1280px - nav: 92px ## Motion choreography (measured) - scroll reveal: 8 elements rest at opacity 0, animate in over 0.2s cubic-bezier(0.4, 0, 0.2, 1) (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #0D1318 · underline ## Responsive (measured) - breakpoints: 576px · 768px · 1024px · 1200px · 1440px · 1920px - 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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/turso
Export: Tailwind v4 (@theme)
@theme {
/* action color #4FF7D1 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #0D1318;
--color-surface: #1A2024;
--color-border: #2E3338;
--color-text: #ECECEE;
--color-text-muted: #97999C;
--color-primary: #162129; /* a brand color — but the call-to-action uses #4FF7D1, not this. */
--color-accent: #4FF7D1; /* 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: #4FF7D1; /* inline text links — shares the action color. */
--color-secondary: #D946EF; /* 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: #4FF7D1; /* primary-button fill — the main call-to-action color. */
--color-button-text: #000000;
/* fonts: Inter — free, on Google. */
--font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "SFMono-Regular", ui-monospace, monospace;
/* measured weights: 400, 500, 600, 700, 800 — use these, not 400/600 */
--text-hero: 72px; --font-weight-hero: 800; --leading-hero: 72px; --tracking-hero: -1.8px;
--text-h2: 48px; --font-weight-h2: 600; --leading-h2: 48px; --tracking-h2: -1.2px;
--text-h3: 36px; --font-weight-h3: 700; --leading-h3: 40px;
--text-body: 16px; --font-weight-body: 400; --leading-body: 28px;
--text-small: 14px; --font-weight-small: 600; --leading-small: 20px;
--radius-base: 8px;
--radius-button: 9999px;
--radius-card: 12px;
--radius-pill: 9999px;
--outline-focus: 2px auto rgb(22, 163, 74); /* measured focus ring */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 10, 14, 16, 24, 40, 48px */
}Export: CSS variables
:root {
/* action color #4FF7D1 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #0D1318;
--surface: #1A2024;
--border: #2E3338;
--text: #ECECEE;
--text-muted: #97999C;
--primary: #162129; /* a brand color — but the call-to-action uses #4FF7D1, not this. */
--accent: #4FF7D1; /* 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: #4FF7D1; /* inline text links — shares the action color. */
--secondary: #D946EF; /* 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: #4FF7D1; /* primary-button fill — the main call-to-action color. */
--button-text: #000000;
--font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "SFMono-Regular", ui-monospace, monospace;
--text-hero: 72px; --weight-hero: 800; --leading-hero: 72px; --tracking-hero: -1.8px;
--text-h2: 48px; --weight-h2: 600; --leading-h2: 48px; --tracking-h2: -1.2px;
--text-h3: 36px; --weight-h3: 700; --leading-h3: 40px;
--text-body: 16px; --weight-body: 400; --leading-body: 28px;
--text-small: 14px; --weight-small: 600; --leading-small: 20px;
--radius: 8px;
--radius-button: 9999px;
--radius-card: 12px;
--radius-pill: 9999px;
--focus-ring: 2px auto rgb(22, 163, 74);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms;
--duration-base: 200ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--turso-dark-blue: #121b22;
--turso-primary-aqua: #4ff8d2;
--turso-blue-4: #232e36;
--turso-dark-gray: #293945;
--turso-medium-dark-blue: #232e36;
--turso-yellow: #e0ca3c;
--turso-white: #fafafa;
--turso-gray: #7b8690;
--turso-blue: #0f4f62;
--turso-blue-3: #1b252d;
--turso-blue-2: #121b22;
--turso-lime: #a4df95;
}
/* fonts: Inter — free, on Google. */