MozaikaLive decode

Weaviate — decoded design system

weaviate.io · dark · modern · custom · deep decode — measured live

Weaviate'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/weaviate.io.

Decoded design system

Weaviate's decoded design system: background #111111, text #B9C8DE, accent #DDEBF2, link #FFFFFF, primary #130C49; type scale h1 68px / h2 56px / body 18px; 4px spacing base; 14px base radius. The single interactive/action color is #6BE38C — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#111111
surface#1B1B1D
border#2A2C2F
text#B9C8DE
text_muted#798290
primary#130C49
accent#DDEBF2
link#FFFFFF
secondary#B9C8DE
button_bg#6BE38C
button_text#081012

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--ifm-button-color#fff
--ifm-navbar-link-hover-color#26d6ff
--ifm-color-emphasis-500#bec3c9
--ifm-color-primary#26d6ff
--ifm-color-secondary#ebedf0
--ifm-color-success#00a400
--ifm-color-info#54c7ec
--ifm-color-warning#ffba00
--ifm-color-danger#fa383e
--ifm-color-primary-dark#306cce

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.trusted-logos-trackdiv.tw-marquee-trackdiv.panel-fade-indiv.sliderHandle_vSzGa.skipToContent_fXgndiv.tw-flex×76

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

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/weaviate.io

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

Export: DESIGN.md

# Weaviate — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#111111` |
| surface | `#1B1B1D` |
| border | `#2A2C2F` |
| text | `#B9C8DE` |
| text_muted | `#798290` |
| primary | `#130C49` |
| accent | `#DDEBF2` |
| link | `#FFFFFF` |
| secondary | `#B9C8DE` |
| button_bg | `#6BE38C` |
| button_text | `#081012` |

**Using these colors**

- **Action color** `#6BE38C` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- **accent** `#DDEBF2` — accent for emphasis — keep it rare on the page.
- **primary** `#130C49` — a brand color — but the call-to-action uses #6BE38C, not this.
- **link** `#FFFFFF` — reads as a neutral UI color, not a link accent — verify against the reference (action = #6BE38C).
- **secondary** `#B9C8DE` — 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): `#111111` 51.1% · `#06265B` 20.6% · `#15425A` 14.7% · `#628B7F` 8.8%

## Typography

- Heading: **Plus Jakarta Sans**
- Body: **Inter**
- Mono: **SFMono-Regular** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 68px / 600 · lh 85px · tracking -2.04px |
| h2 | 56px / 600 · lh 52px |
| h3 | 48px / 700 · lh 60px |
| body | 18px / 400 · lh 28px |
| small | 16px / 400 · lh 19px |
| eyebrow | 14px / 600 · tracking 0.56px |

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

> **Fonts —** Plus Jakarta Sans — free, on Google. Inter — free, on Google.

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

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#6BE38C` / `#081012` | none | 8px | 10px 20px 10px 20px | 500 14px | none |
| secondary | `rgba(10, 12, 18, 0.78)` / `#FFFFFF` | none | 10px | 16px 32px 16px 32px | 600 16px | none |

**States (measured, not guessed)**

- primary hover: background `#7CED9D` · color `#63E689`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: transform `matrix(1, 0, 0, 1, 0, -2)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- subtle: `rgba(255, 255, 255, 0.06) 0px 0px 0px 1px, rgba(0, 0, 0, 0.16) 0px 20px 60px 0px`
- card: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.22) 0px 10px 40px 0px`

## Motion
- durations: 300ms (dominant) · 150ms · 200ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.08, 0.52, 0.52, 1)`
- animated properties: color, background-color, border-color, text-decoration-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 |
|-------|-------|
| `--ifm-button-color` | `#fff` |
| `--ifm-navbar-link-hover-color` | `#26d6ff` |
| `--ifm-color-emphasis-500` | `#bec3c9` |
| `--ifm-color-primary` | `#26d6ff` |
| `--ifm-color-secondary` | `#ebedf0` |
| `--ifm-color-success` | `#00a400` |
| `--ifm-color-info` | `#54c7ec` |
| `--ifm-color-warning` | `#ffba00` |
| `--ifm-color-danger` | `#fa383e` |
| `--ifm-color-primary-dark` | `#306cce` |
| `--ifm-color-primary-darker` | `#2d66c3` |
| `--ifm-color-primary-darkest` | `#2554a0` |

_…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 1320px · common grid: 2-col
- nav: 50px relative · border-bottom 1px solid rgb(245, 246, 247) · bg #160F52

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 130 | 584 | — | — | 40/48 | — |
| 714 | 160 | — | — | 8/48 | — |
| 874 | 767 | 4 | 24 | 96/96 | — |
| 1641 | 800 | — | — | 96/96 | — |
| 2441 | 1197 | 2 | 24 | 80/80 | 24/76 |
| 3638 | 1142 | — | — | 96/96 | — |
| 4781 | 875 | 2 | 24 | 96/96 | — |

## Motion choreography (measured)
Load order: `div.trusted-logos-track` @0ms → `div.tw-marquee-track` @0ms → `div.panel-fade-in` @0ms → `div.sliderHandle_vSzG` @0ms → `a.skipToContent_fXgn` @702ms → `div.tw-flex`×76 @703ms
- scroll reveal: 5 elements rest at opacity 0, translateY(2px), animate in over 0.3s cubic-bezier(0.4, 0, 0.2, 1) (0 revealed during the drive).

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

## Components (measured)
- card ×4: pad 32px 32px 32px 32px · r 28px · shadow rgba(255, 255, 255, 0.06) 0px 0px 0px 1px, rgba(0, 0, 0, 0.16) 0px 20px 60px 0px · bg rgba(0, 0, 0, 0)
  - hover: color `#63E689` · font-weight `400` · letter-spacing `normal` · transform `matrix(1.01, 0, 0, 1.01, 0, -4)`

## Responsive (measured)
- breakpoints: 601px · 1280px · 1510px
- mobile (390px): hero 40px · 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 Weaviate's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with weaviate.io. No screenshots stored. Removal requests: hello@mozaika.design.