Prisma — design system & UI screens
Light, mint-accented hero with a three-card schema to Postgres to compute bento.
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/prisma.
Decoded design system
Prisma's decoded design system: background #FFFFFF, text #1D242F, accent #14B8A6, link #1D242F, primary #14B8A6; type scale h1 52px / h2 36px / body 18px; 4px spacing base; 8px base radius. The single interactive/action color is #14B8A6 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F2 |
| border | #DDDEDF |
| text | #1D242F |
| text_muted | #72777E |
| primary | #14B8A6 |
| accent | #14B8A6 |
| link | #1D242F |
| secondary | #6B7280 |
| button_bg | #14B8A6 |
| button_text | #FFFFFF |
Using these colors
- Action color
#14B8A6— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#14B8A6— one role, not several (the action color).- accent
#14B8A6— 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. - link
#1D242F— inline text links and link-styled controls. - secondary
#6B7280— 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: Inter
- Body: Inter
- Mono: monaSansMono
- h1: 52px
- h2: 36px
- body: 18px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 26px, 32px
Radii
- base: 8px
- button: 6px
Shadow
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 1px 2px 0px
Shadows (elevation)
- card:
rgba(172, 171, 171, 0.3) 0px -1px 10px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 300ms · 50ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease - animated properties: border-color, color, background-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--color-fd-background | #fff |
--color-fd-foreground | #1d242f |
--color-fd-muted | #edf2f7 |
--color-fd-muted-foreground | #718096 |
--color-fd-popover | #fff |
--color-fd-popover-foreground | #1d242f |
--color-fd-card | #fff |
--color-fd-card-foreground | #1d242f |
--color-fd-border | #e2e8f0 |
--color-fd-primary | #0d9488 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#0D9488 - primary focus: outline
1px auto oklab(0.644284 -0.110767 -0.00619507 / 0.5)
Layout (measured)
- container max-width:
1200px - nav: 96px sticky
- common grid: 3 columns
Motion choreography (measured)
Load order: div.flex×4
Scroll reveal: 1 elements rest at opacity 0, animate in over 0.3s ease.
Overlay recipe (measured)
dialog panel: #F7FAFC · radius 6px
Input (measured)
height 36px · radius 6px · focus ring rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.04) 0px 1px 2px 0px
Themes
dark counterpart: background #030712, text #F7FAFC.
Responsive (measured)
- breakpoints: 352px · 425px · 440px · 576px · 640px · 874px
- mobile (390px): hero 32px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →