Upstash — design system & UI screens
Light hero with green gradient display type and a tabbed product switcher: Redis, Vector, QStash, Workflow.
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/upstash.
Decoded design system
Upstash's decoded design system: background #F5F5F5, text #000000, accent #00BC7D, link #00BC7D, primary #022C22; type scale h1 128px / h2 24px / body 16px; 8px spacing base; 12px base radius. The single interactive/action color is #00BC7D — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F5F5F5 |
| surface | #E6E6E6 |
| border | #D0D0D0 |
| text | #000000 |
| text_muted | #5D5D5D |
| primary | #022C22 |
| accent | #00BC7D |
| link | #00BC7D |
| secondary | #007A55 |
| button_bg | #00BC7D |
| button_text | #FFFFFF |
Using these colors
- Action color
#00BC7D— the single interactive color; only on things you click or must notice, never large fills. accent,link,button_bgare all#00BC7D— one role, not several (the action color).- accent
#00BC7D— 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
#022C22— a brand color — but the call-to-action uses #00BC7D, not this. - secondary
#007A55— 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 Tight
- Body: Inter
- Mono: __JetBrains_Mono_3c557b
- h1: 128px
- h2: 24px
- body: 16px
Spacing
- base unit: 8px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 20px, 24px, 32px, 40px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 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.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 300ms · 2000ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.4, 0, 0.6, 1) - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--color-bg | oklch(0.97 0 0) |
--color-bg-mute | rgba(4,120,87,.08) |
--color-primary | oklch(0.696 0.17 162.48) |
--color-primary-text | oklch(0.508 0.118 165.612) |
--color-text | #022c22 |
--color-text-mute | oklch(0.552 0.016 285.938) |
--color-pre-bg | #09090b |
--font-sans | "__Inter_f367f3","__Inter_Fallback_f367f3" |
--font-mono | "__JetBrains_Mono_3c557b","__JetBrains_Mono_Fallback_3c557b" |
--font-display | "__Inter_Tight_a3c0d3","__Inter_Tight_Fallback_a3c0d3" |
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1200px - nav: 125px fixed
- common grid: 4 columns
Motion choreography (measured)
Load order: h5.absolute → span.-ml-1×2
Scroll reveal: 9 elements rest at opacity 0, animate in over 4000ms.
Overlay recipe (measured)
dialog panel: #FFFFFF · radius 12px
Themes
dark counterpart: background #09090B, text #ECFDF5.
Responsive (measured)
- breakpoints: 420px · 640px · 768px · 1024px · 1280px
- mobile (390px): hero 48px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →