Postman — design system & UI screens
Dark gradient hero over a live API workspace: CI/CD activity table, request catalog and an inline AI assistant.
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/postman.
Decoded design system
Postman's decoded design system: background #FFFFFF, text #212121, accent #140B1E, link #140B1E, primary #0265D2; type scale h1 55px / h2 36px / body 12px; 10px spacing base; 6px base radius. The single interactive/action color is #E0531F — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DDDDDD |
| text | #212121 |
| text_muted | #757575 |
| primary | #0265D2 |
| accent | #140B1E |
| link | #140B1E |
| secondary | #FF6C37 |
| button_bg | #E0531F |
| button_text | #FFFFFF |
Using these colors
- Action color
#E0531F— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#140B1E— one role, not several (the action color).- accent
#140B1E— accent for emphasis — keep it rare on the page. - primary
#0265D2— a brand color — but the call-to-action uses #E0531F, not this. - secondary
#FF6C37— 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: Segoe UI
- Body: Segoe UI
- Mono: ibmPlexMono
- h1: 55px
- h2: 36px
- body: 12px
Spacing
- base unit: 10px
- scale: 4px, 5px, 8px, 10px, 12px, 15px, 16px, 20px, 24px, 40px
Radii
- base: 6px
- button: 5px
Shadows (elevation)
- overlay:
rgb(179, 135, 245) 0px 4px 24px 0px
Motion
Micro-interactions run at 1100ms (dominant) with ease-in-out.
- durations: 1100ms · 1400ms · 1700ms
- easings:
ease-in-out·cubic-bezier(0.4, 0, 0.2, 1) - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--demo-content-primary | #212121 |
--demo-content-secondary | #6b6b6b |
--demo-content-tertiary | #a6a6a6 |
--demo-content-muted | #e6e6e6 |
--demo-content-brand | #d23f0e |
--demo-content-success | #007f31 |
--demo-content-warning | #ad7a03 |
--demo-content-error | #8e1a10 |
--demo-content-purple | #4c207d |
--demo-bg-primary | #fff |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#FF6C37 - primary focus: outline
2px solid rgb(224, 83, 31)
Layout (measured)
- container max-width:
1180px - nav: 54px sticky
- common grid: 12 columns
Motion choreography (measured)
Load order: span.hero-video-pixel×300
Scroll reveal: 1 elements rest at opacity 0, animate in over 1300ms.
Overlay recipe (measured)
dropdown panel: #FFFFFF · radius 10px
Responsive (measured)
- breakpoints: 480px · 576px · 600px · 640px · 768px · 992px
- mobile (390px): hero 36px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →