MozaikaLive decode

Qdrant — decoded design system

qdrant.tech · light · modern · custom · deep decode — measured live

Qdrant's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/qdrant.tech.

Decoded design system

Qdrant's decoded design system: background #F0F3FA, text #28324D, accent #E1E5F0, link #8F98B2, primary #090E1A; type scale h1 64px / h2 48px / body 16px; 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#E4E7EF
border#D2D6E0
text#28324D
text_muted#747B8E
primary#090E1A
accent#E1E5F0
link#8F98B2
secondary#E1E5F0
button_bg#E1E5F0
button_text#28324D

Using these colors

Typography

Spacing

Radii

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)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/qdrant.tech

registry item · or query it over MCP: get_design_system("Qdrant")

Export: DESIGN.md

# Qdrant — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#F0F3FA` |
| surface | `#E4E7EF` |
| border | `#D2D6E0` |
| text | `#28324D` |
| text_muted | `#747B8E` |
| primary | `#090E1A` |
| accent | `#E1E5F0` |
| link | `#8F98B2` |
| secondary | `#E1E5F0` |
| button_bg | `#E1E5F0` |
| button_text | `#28324D` |

**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** `#8F98B2` — fails contrast on the background (~2.6:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **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: 4px
- 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 | none |
| 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`

## 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.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Qdrant's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with qdrant.tech. No screenshots stored. Removal requests: hello@mozaika.design.