Weaviate — design system & UI screens
Dark vector-database hero with colorful 3D wireframe blob renders, an open-source vector/RAG/memory pitch, and a Trusted-by-AI-teams logo wall (Intuit, HPE, Gloo).
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/weaviate.
Decoded design system
Weaviate's decoded design system: background #111111, text #B9C8DE, accent #DDEBF2, link #DDEBF2, primary #130C49; type scale h1 68px / h2 40px / body 19px; 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
| Role | Value |
|---|---|
| bg | #111111 |
| surface | #1B1B1D |
| border | #2A2C2F |
| text | #B9C8DE |
| text_muted | #798290 |
| primary | #130C49 |
| accent | #DDEBF2 |
| link | #DDEBF2 |
| secondary | #B9C8DE |
| button_bg | #6BE38C |
| button_text | #081012 |
Using these colors
- Action color
#6BE38C— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#DDEBF2— one role, not several (the action color).- 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. - 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.
Typography
- Heading: Plus Jakarta Sans
- Body: Inter
- Mono: SFMono-Regular
- h1: 68px
- h2: 40px
- body: 19px
Spacing
- base unit: 4px
- scale: 8px, 10px, 12px, 14px, 16px, 20px, 22px, 24px, 28px, 32px
Radii
- base: 14px
- button: 8px
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
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 150ms · 200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.08, 0.52, 0.52, 1) - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| 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 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#7CED9D· color#63E689 - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1320px - nav: 50px relative
- common grid: 2 columns
Motion choreography (measured)
Load order: div.trusted-logos-track → div.tw-marquee-track → div.panel-fade-in → div.sliderHandle_vSzG → a.skipToContent_fXgn → div.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)
- breakpoints: 601px · 1280px · 1510px
- mobile (390px): hero 40px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →