MozaikaLive decode

Vanta — decoded design system

vanta.com · light · professional · custom · deep decode — measured live

Vanta'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/vanta.com.

Decoded design system

Vanta's decoded design system: background #FFFFFF, text #181822, accent #5E05C4, link #484960, primary #260048; type scale h1 72px / h2 64px / body 16px; 8px spacing base; 8px base radius. The single interactive/action color is #5E05C4 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DCDCDD
text#181822
text_muted#6F6F75
primary#260048
accent#5E05C4
link#484960
secondary#DDD6FF
button_bg#5E05C4
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

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

Native design tokens

TokenValue
--osano-clear-dialog-backgroundrgba(255,252,252,0)
--osano-button-border-color#fff
--osano-button-background-color#240642
--osano-button-foreground-color#ffffff
--osano-dialog-background-color#ffffff
--osano-dialog-foreground-color#240642
--osano-info-dialog-overlay-colorrgba(0,0,0,0)
--osano-link-color#000000
--osano-toggle-off-track-color#7A3FF1
--osano-toggle-off-thumb-color#FFFFFF

…and 99 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: a.home--products_card×12 → div.navbar5_dropdown-toggle×4 → div.navbar5_dropdown-toggle×4 → a.home--frameworks_item-li×8 → a.button×6 → a.button×6

Scroll reveal: 16 elements rest at opacity 0, translateY(24px), animate in over 0.3s cubic-bezier(0.645, 0.045, 0.355, 1).

Overlay recipe (measured)

dialog panel: #FFFFFF · radius 0px

Input (measured)

height 48px · radius 9999px

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/vanta.com

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

Export: DESIGN.md

# Vanta — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DCDCDD` |
| text | `#181822` |
| text_muted | `#6F6F75` |
| primary | `#260048` |
| accent | `#5E05C4` |
| link | `#484960` |
| secondary | `#DDD6FF` |
| button_bg | `#5E05C4` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#5E05C4` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `button_bg` are all `#5E05C4` — one role, not several (your action color).
- **accent** `#5E05C4` — 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** `#260048` — a brand color — but the call-to-action uses #5E05C4, not this.
- **link** `#484960` — inline text links and link-styled controls.
- **secondary** `#DDD6FF` — 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): `#FFFFFF` 40.8% · `#DDD6FF` 40.4% · `#6A5888` 14.6% · `#D3DBDF` 4.2%

## Typography

- Heading: **Reckless** _(free fallback: Fraunces)_
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 500 · lh 79px · tracking -1px |
| h2 | 64px / 500 · lh 77px · tracking -0.5px |
| h3 | 56px / 500 · lh 67px · tracking -1px |
| body | 16px / 400 · lh 24px |
| small | 14px / 400 · lh 22px |

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

> **Fonts —** Reckless is proprietary — closest free match: Fraunces (Google). Load Fraunces; keep Reckless first so licensed users still get it. Inter — free, on Google.

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

## Radius
- base: 8px
- button: 9999px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#5E05C4` / `#FFFFFF` | 1px solid rgb(94, 5, 196) | 9999px | 2.4px 2.4px 2.4px 12px | 500 16px | none |
| secondary | `#FFFFFF` / `#181822` | 1px solid rgb(255, 255, 255) | 9999px | 8px 10.4px 8px 12.8px | 500 16px | none |

**States (measured, not guessed)**

- primary hover: border `1px solid rgb(38, 0, 72)` · background `#260048`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: border `1px solid rgb(195, 196, 211)` · background `#F8F8F8`
- transition: `all 0.2s ease`

## Motion
- durations: 200ms (dominant) · 300ms · 350ms
- easings: `ease` (dominant) · `ease-out`
- animated properties: transform, color, background-color, opacity

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 |
|-------|-------|
| `--osano-clear-dialog-background` | `rgba(255,252,252,0)` |
| `--osano-button-border-color` | `#fff` |
| `--osano-button-background-color` | `#240642` |
| `--osano-button-foreground-color` | `#ffffff` |
| `--osano-dialog-background-color` | `#ffffff` |
| `--osano-dialog-foreground-color` | `#240642` |
| `--osano-info-dialog-overlay-color` | `rgba(0,0,0,0)` |
| `--osano-link-color` | `#000000` |
| `--osano-toggle-off-track-color` | `#7A3FF1` |
| `--osano-toggle-off-thumb-color` | `#FFFFFF` |
| `--osano-toggle-on-track-color` | `#37CD8F` |
| `--osano-toggle-on-thumb-color` | `#FFFFFF` |

_…and 97 more measured on the page._

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

## Layout (measured)
- container max 1280px
- nav: 72px sticky · border-bottom 1px solid rgba(0, 0, 0, 0.1) · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 129 | 1653 | — | — | 0/0 | — |
| 1424 | 358 | — | — | 80/80 | — |
| 1782 | 2897 | — | — | 0/0 | — |
| 3807 | 873 | — | — | 0/0 | — |
| 4680 | 808 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `a.home--products_card`×12 @0ms → `div.navbar5_dropdown-toggle`×4 @125ms → `div.navbar5_dropdown-toggle`×4 @125ms → `a.home--frameworks_item-li`×8 @125ms → `a.button`×6 @125ms → `a.button`×6 @125ms
- scroll reveal: 16 elements rest at opacity 0, translateY(24px), animate in over 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) (14 revealed during the drive).
- overlay dialog (auto-opened): panel #FFFFFF · r 0px

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

## Components (measured)
- input: h 48px · r 9999px · border 1px solid rgba(36, 6, 66, 0.33) · bg #FFFFFF · placeholder #999999
- card ×6: pad 0px 0px 0px 0px · r 16px · border 1px solid rgb(158, 159, 183) · bg #E3E0EB
  - hover: border `1px solid rgb(72, 73, 96)` · background `#CDD2F8` · font-weight `400` · letter-spacing `normal` · transform `matrix(1, 0, 0, 1, 0, 0)`
- disabled: bg #5E05C4 · text #FFFFFF

## Responsive (measured)
- breakpoints: 479px · 590px · 768px · 980px · 992px
- mobile (390px): hero 48px · 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.
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 Vanta's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with vanta.com. No screenshots stored. Removal requests: hello@mozaika.design.