MozaikaLive decode

Mistral AI — decoded design system

mistral.ai · light · professional · tailwind · deep decode — measured live

Mistral AI'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/mistral.ai.

Decoded design system

Mistral AI's decoded design system: background #FBFBF8, text #000000, accent #F4F4F5, link #000000, primary #000000; type scale h1 96px / h2 56px / body 13px; 8px spacing base; 0px base radius. The single interactive/action color is #F4F4F5 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FBFBF8
surface#EBEBE9
border#D5D5D2
text#000000
text_muted#5F5F5E
primary#000000
accent#F4F4F5
link#000000
button_bg#F4F4F5
button_text#18181B

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--color-zinc-100oklch(96.7% .001 286.375)
--color-zinc-200oklch(92% .004 286.32)
--color-navy-300#b8b8cc
--color-tangerine-500#ff8204
--color-navy-800#343446
--color-orange-600#fa500f
--color-text-brand-3#e51300
--color-orange-50#fff0eb
--color-neutral-200oklch(92.2% 0 0)
--color-text-secondaryoklch(27.4% .006 286.033)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.relative×3 → img.absolute×6 → img.block×11 → div.animate-[fade-in_0.6s_0.div.max-w-432a.flex×6

Scroll reveal: 15 elements rest at opacity 0, translateY(-100px), animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1).

Stagger: span ×3 — 200ms apart.

Stagger: img ×3 — 50ms apart.

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/mistral.ai

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

Export: DESIGN.md

# Mistral AI — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FBFBF8` |
| surface | `#EBEBE9` |
| border | `#D5D5D2` |
| text | `#000000` |
| text_muted | `#5F5F5E` |
| primary | `#000000` |
| accent | `#F4F4F5` |
| link | `#000000` |
| button_bg | `#F4F4F5` |
| button_text | `#18181B` |

**Using these colors**

- **Action color** `#F4F4F5` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `link` are all `#000000` — one role, not several.
- `accent`, `button_bg` are all `#F4F4F5` — one role, not several (your action color).
- **accent** `#F4F4F5` — 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.
- **Page coverage** (full-page screenshot pixels): `#FBFBF8` 73.9% · `#EB5A19` 12% · `#AA1511` 10.3% · `#CECCC9` 3.9%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **Space Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 96px / 500 · lh 96px · tracking -1.92px |
| h2 | 56px / 500 · lh 60px · tracking -0.56px |
| h3 | 44px / 500 · lh 52px · tracking -0.44px |
| body | 13px / 400 · lh 20px |
| small | 11px / 400 · lh 16px |

- Weight ladder: 400 · 500 — 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: 4px, 8px, 12px, 16px, 24px, 32px, 40px, 80px, 160px — snap all gaps/padding to these
- section rhythm: 40px top/bottom padding per section (measured)

## Radius
- base: 0px
- button: 0px
- card: 6px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `oklch(0.141 0.005 285.823)` / `oklch(0.985 0 0)` | none | 0px | 0px 16px 0px 16px | 400 14px | none |

**States (measured, not guessed)**

- primary hover: background `oklch(0.21 0.006 285.885)`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 300ms (dominant) · 150ms · 500ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease`
- animated properties: transform, translate, scale, rotate

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-zinc-100` | `oklch(96.7% .001 286.375)` |
| `--color-zinc-200` | `oklch(92% .004 286.32)` |
| `--color-navy-300` | `#b8b8cc` |
| `--color-tangerine-500` | `#ff8204` |
| `--color-navy-800` | `#343446` |
| `--color-orange-600` | `#fa500f` |
| `--color-text-brand-3` | `#e51300` |
| `--color-orange-50` | `#fff0eb` |
| `--color-neutral-200` | `oklch(92.2% 0 0)` |
| `--color-text-secondary` | `oklch(27.4% .006 286.033)` |
| `--color-text-tertiary` | `oklch(37% .013 285.805)` |
| `--color-gray-300` | `oklch(87.2% .01 258.338)` |

_…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 1024px · common grid: 2-col
- nav: 49px fixed · border-bottom 1px solid rgb(228, 227, 222) · bg #FBFBF8

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 2794 | 357 | — | — | 0/0 | — |
| 3151 | 760 | 2 | — | 0/0 | 18/82 |

## Motion choreography (measured)
Load order: `span.relative`×3 @0ms → `img.absolute`×6 @294ms → `img.block`×11 @294ms → `` @405ms → `div.max-w-432` @615ms → `a.flex`×6 @615ms
- `?` — opacity 0→1 — 600ms ease-in-out (delay 300ms)
- `span.relative` ×3 — opacity 0.2→1 — 2000ms · loops
- stagger: `span` ×3 — 200ms apart
- stagger: `img` ×3 — 50ms apart
- scroll reveal: 15 elements rest at opacity 0, translateY(-100px), animate in over 0.5s cubic-bezier(0.4, 0, 0.2, 1) (12 revealed during the drive).

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

## Components (measured)
- card ×12: pad 0px 0px 0px 0px · r 0px · border 1px solid rgb(228, 227, 222) · bg rgba(0, 0, 0, 0)
  - hover: background `#F5F4EF` · font-weight `400` · letter-spacing `normal`
- disabled: bg rgba(7, 7, 11, 0.1) · text oklch(0.552 0.016 285.938)

## Responsive (measured)
- breakpoints: 450px · 640px · 768px · 1024px · 1280px · 1536px
- mobile (390px): hero 16px · body 16px · 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.

← 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 Mistral AI's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with mistral.ai. No screenshots stored. Removal requests: hello@mozaika.design.