MozaikaDesign system

Langfuse — Design System

light · modern · medium · tailwind · confidence 92% · deep decode

The full decoded design system for Langfuse: 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/langfuse.

Tokens

Langfuse's decoded design system: background #EDEDE8, text #020817, accent #1863DC, link #020817, primary #1863DC; type scale h1 68px / h2 32px / body 18px; 4px spacing base; 2px base radius. The single interactive/action color is #1863DC — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#EDEDE8
surface#DEDFDB
border#C9CAC8
text#020817
text_muted#5B5F66
primary#1863DC
accent#1863DC
link#020817
secondary#4E4B66
button_bg#1863DC
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 150ms (dominant) with ease.

Native design tokens

TokenValue
--color-purple-200lab(87.8405% 13.4282 -18.7159)
--text-code-orange#c17e2e
--color-rose-200lab(86.806% 19.1909 4.07754)
--color-slate-200lab(91.7353% -.998765 -4.76968)
--color-orange-600lab(57.1026% 64.2584 89.8886)
--color-red-900lab(28.5139% 44.5539 29.0463)
--color-orange-800lab(37.1566% 46.6433 50.5562)
--color-fd-secondary#ededed
--color-purple-800lab(30.6017% 56.7637 -64.4751)
--color-orange-900lab(30.2951% 36.0434 37.671)

…and 110 more measured on the page.

Layout (measured)

Motion choreography (measured)

Load order: p.font-sans×4 → div.flex×2 → div.flex×2 → div.groupsection.mx-auto×2 → a.focus-visible:outline-no

Scroll reveal: 6 elements rest at opacity 0, animate in over 0.7s ease.

Responsive (measured)

Per-section tokens (13)

Export: DESIGN.md

# Langfuse — Design System

> light, modern, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#EDEDE8` |
| surface | `#DEDFDB` |
| border | `#C9CAC8` |
| text | `#020817` |
| text_muted | `#5B5F66` |
| primary | `#1863DC` |
| accent | `#1863DC` |
| link | `#020817` |
| secondary | `#4E4B66` |
| button_bg | `#1863DC` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#1863DC` — 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 `#1863DC` — one role, not several (your action color).
- **accent** `#1863DC` — 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** `#020817` — inline text links and link-styled controls.
- **secondary** `#4E4B66` — 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): `#EDEDE8` 83.3% · `#B7BBB8` 8.3% · `#FCFCFB` 5.8% · `#EBEE92` 2.7%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **geistMono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 68px / 500 · lh 71px |
| h2 | 32px / 500 · lh 37px |
| h3 | 20px / 500 · lh 28px |
| body | 14px / 430 · lh 17px · tracking -0.26px |
| small | 13px / 400 · lh 13px |

- Weight ladder: 400 · 430 · 450 · 500 · 600 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 3px, 4px, 5px, 6px, 8px, 10px, 12px, 14px, 16px, 18px — snap all gaps/padding to these
- section rhythm: 120px top/bottom padding per section (measured)

## Radius
- base: 2px
- button: 2px
- card: 4px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#222220` / `#F6F6F3` | 1px solid rgb(61, 61, 56) | 2px | 3px 3px 3px 8px | 400 16px | rgba(0, 0, 0, 0.05) 0px 4px 8px 0px, rgba(0, 0, 0, 0.03) 0px 4px 4px 0px |
| secondary | `#F6F6F3` / `#3D3D38` | 1px solid rgb(207, 207, 201) | 2px | 3px 3px 3px 8px | 400 16px | rgba(0, 0, 0, 0.05) 0px 4px 8px 0px, rgba(0, 0, 0, 0.03) 0px 4px 4px 0px |

**States (measured, not guessed)**

- secondary hover: border `1px solid rgb(64, 64, 57)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(172, 171, 171, 0.3) 0px -1px 10px 0px`

## Motion
- durations: 150ms (dominant) · 180ms · 200ms
- easings: `ease` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)`
- animated properties: border-color, color, background-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 |
|-------|-------|
| `--color-purple-200` | `lab(87.8405% 13.4282 -18.7159)` |
| `--text-code-orange` | `#c17e2e` |
| `--color-rose-200` | `lab(86.806% 19.1909 4.07754)` |
| `--color-slate-200` | `lab(91.7353% -.998765 -4.76968)` |
| `--color-orange-600` | `lab(57.1026% 64.2584 89.8886)` |
| `--color-red-900` | `lab(28.5139% 44.5539 29.0463)` |
| `--color-orange-800` | `lab(37.1566% 46.6433 50.5562)` |
| `--color-fd-secondary` | `#ededed` |
| `--color-purple-800` | `lab(30.6017% 56.7637 -64.4751)` |
| `--color-orange-900` | `lab(30.2951% 36.0434 37.671)` |
| `--color-blue-300` | `lab(77.5052% -6.4629 -36.42)` |
| `--color-text-secondary` | `#3d3d38` |

_…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 840px · common grid: 2-col
- nav: 60px sticky · backdrop blur(12px) · bg #EDEDE8

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 659 | 671 | — | — | 120/0 | — |
| 1330 | 858 | — | — | 120/0 | — |
| 2188 | 926 | — | — | 120/0 | — |
| 3113 | 758 | 2 | 10 | 120/0 | — |
| 3871 | 541 | 2 | — | 120/0 | — |
| 4412 | 715 | 2 | — | 120/0 | — |

## Motion choreography (measured)
Load order: `p.font-sans`×4 @0ms → `div.flex`×2 @0ms → `div.flex`×2 @0ms → `div.group` @0ms → `section.mx-auto`×2 @1429ms → `` @1429ms
- `p.font-sans` ×2 — opacity 0→1 · transform translateY(6px)→translateY(0px) — 200ms cubic-bezier(0.16, 1, 0.3, 1)
- scroll reveal: 6 elements rest at opacity 0, animate in over 0.7s ease (6 revealed during the drive).

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

## Components (measured)
- card ×3: pad 0px 0px 0px 0px · r 2px · border 1px solid rgb(207, 207, 201) · bg #F6F6F3
  - hover: background `rgba(0, 0, 0, 0)` · font-weight `400` · letter-spacing `normal`
- link: #020817 · no underline

## Responsive (measured)
- breakpoints: 768px · 1012px · 1400px
- mobile (390px): hero 32px · body 14px · 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/langfuse

Export: Tailwind v4 (@theme)

@theme {
  /* action color #1863DC — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #EDEDE8;
  --color-surface: #DEDFDB;
  --color-border: #C9CAC8;
  --color-text: #020817;
  --color-text-muted: #5B5F66;
  --color-primary: #1863DC;  /* primary brand / action color. */
  --color-accent: #1863DC;  /* 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: #020817;  /* inline text links and link-styled controls. */
  --color-secondary: #4E4B66;  /* 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: #1863DC;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* 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: "geistMono", ui-monospace, monospace;
  /* measured weights: 400, 430, 450, 500, 600 — use these, not 400/600 */
  --text-hero: 68px; --font-weight-hero: 500; --leading-hero: 71px;
  --text-h2: 32px; --font-weight-h2: 500; --leading-h2: 37px;
  --text-h3: 20px; --font-weight-h3: 500; --leading-h3: 28px;
  --text-body: 14px; --font-weight-body: 430; --leading-body: 17px; --tracking-body: -0.26px;
  --text-small: 13px; --font-weight-small: 400; --leading-small: 13px;
  --radius-base: 2px;
  --radius-button: 2px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(172, 171, 171, 0.3) 0px -1px 10px 0px;
  --ease-brand: ease;
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 180ms;
  --duration-slow: 200ms;
  --section-y: 120px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 3, 4, 5, 6, 8, 10, 12, 14, 16, 18px */
}

Export: CSS variables

:root {
  /* action color #1863DC — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #EDEDE8;
  --surface: #DEDFDB;
  --border: #C9CAC8;
  --text: #020817;
  --text-muted: #5B5F66;
  --primary: #1863DC;  /* primary brand / action color. */
  --accent: #1863DC;  /* 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: #020817;  /* inline text links and link-styled controls. */
  --secondary: #4E4B66;  /* 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: #1863DC;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "geistMono", ui-monospace, monospace;
  --text-hero: 68px; --weight-hero: 500; --leading-hero: 71px;
  --text-h2: 32px; --weight-h2: 500; --leading-h2: 37px;
  --text-h3: 20px; --weight-h3: 500; --leading-h3: 28px;
  --text-body: 14px; --weight-body: 430; --leading-body: 17px; --tracking-body: -0.26px;
  --text-small: 13px; --weight-small: 400; --leading-small: 13px;
  --radius: 2px;
  --radius-button: 2px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(172, 171, 171, 0.3) 0px -1px 10px 0px;
  --ease: ease;
  --duration-fast: 150ms;
  --duration-base: 180ms;
  --duration-slow: 200ms;
  --section-y: 120px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --color-purple-200: lab(87.8405% 13.4282 -18.7159);
  --text-code-orange: #c17e2e;
  --color-rose-200: lab(86.806% 19.1909 4.07754);
  --color-slate-200: lab(91.7353% -.998765 -4.76968);
  --color-orange-600: lab(57.1026% 64.2584 89.8886);
  --color-red-900: lab(28.5139% 44.5539 29.0463);
  --color-orange-800: lab(37.1566% 46.6433 50.5562);
  --color-fd-secondary: #ededed;
  --color-purple-800: lab(30.6017% 56.7637 -64.4751);
  --color-orange-900: lab(30.2951% 36.0434 37.671);
  --color-blue-300: lab(77.5052% -6.4629 -36.42);
  --color-text-secondary: #3d3d38;
}
/* fonts: Inter — free, on Google. */