MozaikaDesign system

Daytona — Design System

dark · modern · medium · custom · confidence 92% · deep decode

The full decoded design system for Daytona: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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

Tokens

Daytona's decoded design system: background #0A0A0A, text #ECECEE, accent #0080FF, link #0080FF, primary #0000EE; type scale h1 48px / h2 48px / body 14px; 8px spacing base; 0px base radius. The single interactive/action color is #0080FF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0A0A0A
surface#171717
border#2B2B2C
text#ECECEE
text_muted#969697
primary#0000EE
accent#0080FF
link#0080FF
secondary#08213B
button_bg#0080FF
button_text#0000EE

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Button states (measured)

Layout (measured)

Motion choreography (measured)

Scroll reveal: 4 elements rest at opacity 0, translateY(40px), animate in over 600ms.

Stagger: span ×4 — 70ms apart.

Responsive (measured)

Per-section tokens (16)

Export: DESIGN.md

# Daytona — Design System

> dark, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#0A0A0A` |
| surface | `#171717` |
| border | `#2B2B2C` |
| text | `#ECECEE` |
| text_muted | `#969697` |
| primary | `#0000EE` |
| accent | `#0080FF` |
| link | `#0080FF` |
| secondary | `#08213B` |
| button_bg | `#0080FF` |
| button_text | `#0000EE` |

**Using these colors**

- **Action color** `#0080FF` — 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 `#0080FF` — one role, not several (your action color).
- **accent** `#0080FF` — 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** `#0000EE` — a brand color — but the call-to-action uses #0080FF, not this.
- **secondary** `#08213B` — 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): `#0A0A0A` 88.9% · `#181819` 7.4% · `#52677B` 3.7%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **Berkeley Mono Regular**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 600 · lh 64px · tracking -2.56px |
| h2 | 32px / 400 · lh 38px |
| h3 | 20px / 400 · lh 28px · tracking -0.8px |
| body | 16px / 400 · lh 24px · tracking -0.16px |
| small | 14px / 400 · lh 21px |

- Weight ladder: 400 · 600 — 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, 12px, 14px, 16px, 24px, 32px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 4px
- card: 57px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#0080FF` / `#0000EE` | none | 4px | 16px 24px 16px 24px | 400 12px | none |
| secondary | `#252525` / `#0000EE` | none | 4px | 8px 16px 8px 16px | 400 12px | none |

**States (measured, not guessed)**

- primary hover: background `#5AADFF`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: background `#565656`

## Shadows (elevation)
- subtle: `rgb(37, 37, 37) 0px 0px 0px 0px`
- card: `rgba(0, 0, 0, 0.08) 0px 4px 14px 0px`

## Layout (measured)
- container max 1250px · common grid: 2-col
- nav: 56px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 3069 | 520 | 2 | — | 0/0 | — |

## Motion choreography (measured)
- stagger: `span` ×4 — 70ms apart
- scroll reveal: 4 elements rest at opacity 0, translateY(40px), animate in over 600ms (2 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #999999 · no underline

## Responsive (measured)
- breakpoints: 768px · 809px · 1199px
- mobile (390px): hero 28px · body 12px · 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/daytona

Export: Tailwind v4 (@theme)

@theme {
  /* action color #0080FF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #0A0A0A;
  --color-surface: #171717;
  --color-border: #2B2B2C;
  --color-text: #ECECEE;
  --color-text-muted: #969697;
  --color-primary: #0000EE;  /* a brand color — but the call-to-action uses #0080FF, not this. */
  --color-accent: #0080FF;  /* 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: #0080FF;  /* inline text links — shares the action color. */
  --color-secondary: #08213B;  /* 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: #0080FF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #0000EE;
  /* 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: "Berkeley Mono Regular", ui-monospace, monospace;
  /* measured weights: 400, 600 — use these, not 400/600 */
  --text-hero: 64px; --font-weight-hero: 600; --leading-hero: 64px; --tracking-hero: -2.56px;
  --text-h2: 32px; --font-weight-h2: 400; --leading-h2: 38px;
  --text-h3: 20px; --font-weight-h3: 400; --leading-h3: 28px; --tracking-h3: -0.8px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 24px; --tracking-body: -0.16px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 21px;
  --radius-base: 0px;
  --radius-button: 4px;
  --radius-card: 57px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.08) 0px 4px 14px 0px;
  --shadow-subtle: rgb(37, 37, 37) 0px 0px 0px 0px;
  --color-btn-hover: #5AADFF;  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 10, 12, 14, 16, 24, 32px */
}

Export: CSS variables

:root {
  /* action color #0080FF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #0A0A0A;
  --surface: #171717;
  --border: #2B2B2C;
  --text: #ECECEE;
  --text-muted: #969697;
  --primary: #0000EE;  /* a brand color — but the call-to-action uses #0080FF, not this. */
  --accent: #0080FF;  /* 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: #0080FF;  /* inline text links — shares the action color. */
  --secondary: #08213B;  /* 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: #0080FF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #0000EE;
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Berkeley Mono Regular", ui-monospace, monospace;
  --text-hero: 64px; --weight-hero: 600; --leading-hero: 64px; --tracking-hero: -2.56px;
  --text-h2: 32px; --weight-h2: 400; --leading-h2: 38px;
  --text-h3: 20px; --weight-h3: 400; --leading-h3: 28px; --tracking-h3: -0.8px;
  --text-body: 16px; --weight-body: 400; --leading-body: 24px; --tracking-body: -0.16px;
  --text-small: 14px; --weight-small: 400; --leading-small: 21px;
  --radius: 0px;
  --radius-button: 4px;
  --radius-card: 57px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.08) 0px 4px 14px 0px;
  --shadow-subtle: rgb(37, 37, 37) 0px 0px 0px 0px;
  --btn-bg-hover: #5AADFF;
  --focus-ring: 1px auto rgb(16, 16, 16);
}
/* fonts: Inter — free, on Google. */