MozaikaDesign system

Qdrant — Design System

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

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

Tokens

Qdrant's decoded design system: background #F0F3FA, text #161E33, accent #E1E5F0, link #161E33, primary #090E1A; type scale h1 64px / h2 48px / body 14px; 8px spacing base; 8px base radius. The single interactive/action color is #E1E5F0 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#F0F3FA
surface#E2E6EE
border#CFD3DC
text#161E33
text_muted#686E7E
primary#090E1A
accent#E1E5F0
link#161E33
secondary#E1E5F0
button_bg#E1E5F0
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadow

rgb(255, 81, 107) 0px 2px 1px 0px inset

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--bs-indigo#6610f2
--bs-purple#6f42c1
--bs-pink#d63384
--bs-red#dc3545
--bs-orange#fd7e14
--bs-yellow#ffc107
--bs-green#198754
--bs-cyan#0dcaf0
--bs-black#000
--bs-white#fff

…and 85 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: button.case-studies__arrowdiv.case-studies__tracka.link×5 → span.link×7 → div.integrations-logos__carddiv.integrations-logos__card

Responsive (measured)

Per-section tokens (9)

Export: DESIGN.md

# Qdrant — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#F0F3FA` |
| surface | `#E2E6EE` |
| border | `#CFD3DC` |
| text | `#161E33` |
| text_muted | `#686E7E` |
| primary | `#090E1A` |
| accent | `#E1E5F0` |
| link | `#161E33` |
| secondary | `#E1E5F0` |
| button_bg | `#E1E5F0` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#E1E5F0` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `secondary`, `button_bg` are all `#E1E5F0` — one role, not several (your action color).
- **accent** `#E1E5F0` — 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** `#090E1A` — a brand color — but the call-to-action uses #E1E5F0, not this.
- **link** `#161E33` — inline text links and link-styled controls.
- **Page coverage** (full-page screenshot pixels): `#090E1A` 45.4% · `#132755` 18.4% · `#EEF1F8` 14% · `#775F77` 9.3%

## Typography

- Heading: **Mona Sans** _(free fallback: Newsreader)_
- Body: **Mona Sans** _(free fallback: Newsreader)_
- Mono: **geist mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 600 · lh 70px · tracking -1.5px |
| h2 | 48px / 600 · lh 53px · tracking -0.5px |
| h3 | 40px / 600 · lh 48px · tracking -0.5px |
| body | 16px / 350 · lh 24px |
| small | 14px / 500 · lh 21px |
| eyebrow | 14px / 500 · tracking 2px |

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

> **Fonts —** Mona Sans may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 4px, 8px, 10px, 16px, 20px, 22px, 24px, 26px, 30px, 32px — snap all gaps/padding to these
- section rhythm: 80px top/bottom padding per section (measured)

## Radius
- base: 8px
- button: 8px
- card: 8px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(17, 24, 36, 0.8)` / `#28324D` | none | 4px | 4px 10px 4px 10px | 350 16px | rgb(255, 81, 107) 0px 2px 1px 0px inset |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 8px | 0px 20px 0px 20px | 600 16px | rgb(255, 81, 107) 0px 2px 1px 0px inset |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: box-shadow `rgb(255, 135, 146) 0px 2px 1px 0px inset` · background `#DC244C`
- transition: `background-color 0.2s ease`

## Shadows (elevation)
- subtle: `rgb(113, 124, 153) 0px 0px 0px 1px`
- button: `rgb(255, 81, 107) 0px 2px 1px 0px inset`

## Motion
- durations: 200ms (dominant) · 300ms · 100ms
- easings: `ease` (dominant) · `ease-out`
- animated properties: color, transform, box-shadow, 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 |
|-------|-------|
| `--bs-indigo` | `#6610f2` |
| `--bs-purple` | `#6f42c1` |
| `--bs-pink` | `#d63384` |
| `--bs-red` | `#dc3545` |
| `--bs-orange` | `#fd7e14` |
| `--bs-yellow` | `#ffc107` |
| `--bs-green` | `#198754` |
| `--bs-cyan` | `#0dcaf0` |
| `--bs-black` | `#000` |
| `--bs-white` | `#fff` |
| `--bs-gray` | `#6c757d` |
| `--bs-gray-dark` | `#343a40` |

_…and 83 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1100px · common grid: 2-col
- nav: 100px · bg #090E1A

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 100 | 940 | — | — | 0/0 | — |
| 1040 | 336 | — | — | 64/80 | — |
| 1376 | 1390 | 6 | 30 | 80/80 | — |
| 2766 | 572 | 2 | 24 | 80/80 | 90/10 |
| 3338 | 1190 | — | — | 120/496 | — |
| 4528 | 825 | — | — | 80/80 | — |

## Motion choreography (measured)
Load order: `button.case-studies__arrow` @0ms → `div.case-studies__track` @0ms → `a.link`×5 @1ms → `span.link`×7 @1ms → `div.integrations-logos__card` @1ms → `div.integrations-logos__card` @1ms

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 8px · border 1px solid rgb(212, 217, 230) · bg #F0F3FA
  - hover: font-weight `350` · letter-spacing `normal`
- disabled: bg rgba(0, 0, 0, 0) · text #B4BACC

## Responsive (measured)
- breakpoints: 375px · 550px · 576px · 768px · 896px · 992px
- mobile (390px): hero 40px · 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/qdrant

Export: Tailwind v4 (@theme)

@theme {
  /* action color #E1E5F0 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #F0F3FA;
  --color-surface: #E2E6EE;
  --color-border: #CFD3DC;
  --color-text: #161E33;
  --color-text-muted: #686E7E;
  --color-primary: #090E1A;  /* a brand color — but the call-to-action uses #E1E5F0, not this. */
  --color-accent: #E1E5F0;  /* 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: #161E33;  /* inline text links and link-styled controls. */
  --color-secondary: #E1E5F0;  /* same color as the action (see accent). */
  --color-button-bg: #E1E5F0;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Mona Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Mona Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Mona Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "geist mono", ui-monospace, monospace;
  /* measured weights: 350, 400, 500, 600 — use these, not 400/600 */
  --text-hero: 64px; --font-weight-hero: 600; --leading-hero: 70px; --tracking-hero: -1.5px;
  --text-h2: 48px; --font-weight-h2: 600; --leading-h2: 53px; --tracking-h2: -0.5px;
  --text-h3: 40px; --font-weight-h3: 600; --leading-h3: 48px; --tracking-h3: -0.5px;
  --text-body: 16px; --font-weight-body: 350; --leading-body: 24px;
  --text-small: 14px; --font-weight-small: 500; --leading-small: 21px;
  --text-eyebrow: 14px; --font-weight-eyebrow: 500; --tracking-eyebrow: 2px;
  --radius-base: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  --radius-sharp: 2px;
  --shadow-subtle: rgb(113, 124, 153) 0px 0px 0px 1px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 80px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 10, 16, 20, 22, 24, 26, 30, 32px */
}

Export: CSS variables

:root {
  /* action color #E1E5F0 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #F0F3FA;
  --surface: #E2E6EE;
  --border: #CFD3DC;
  --text: #161E33;
  --text-muted: #686E7E;
  --primary: #090E1A;  /* a brand color — but the call-to-action uses #E1E5F0, not this. */
  --accent: #E1E5F0;  /* 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: #161E33;  /* inline text links and link-styled controls. */
  --secondary: #E1E5F0;  /* same color as the action (see accent). */
  --button-bg: #E1E5F0;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Mona Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Mona Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "geist mono", ui-monospace, monospace;
  --text-hero: 64px; --weight-hero: 600; --leading-hero: 70px; --tracking-hero: -1.5px;
  --text-h2: 48px; --weight-h2: 600; --leading-h2: 53px; --tracking-h2: -0.5px;
  --text-h3: 40px; --weight-h3: 600; --leading-h3: 48px; --tracking-h3: -0.5px;
  --text-body: 16px; --weight-body: 350; --leading-body: 24px;
  --text-small: 14px; --weight-small: 500; --leading-small: 21px;
  --text-eyebrow: 14px; --weight-eyebrow: 500; --tracking-eyebrow: 2px;
  --radius: 8px;
  --radius-button: 8px;
  --radius-card: 8px;
  --radius-sharp: 2px;
  --shadow-subtle: rgb(113, 124, 153) 0px 0px 0px 1px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 100ms;
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 80px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
}
/* fonts: Mona Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). */