MozaikaLive decode

Pulumi — decoded design system

pulumi.com · light · professional · tailwind · deep decode — measured live

Pulumi'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/pulumi.com.

Decoded design system

Pulumi's decoded design system: background #FFFFFF, text #1F1B21, accent #5A30C5, link #FFFFFF, primary #5A30C5; type scale h1 48px / h2 36px / body 16px; 4px spacing base; 6px base radius. The single interactive/action color is #5A30C5 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DDDCDD
text#1F1B21
text_muted#747175
primary#5A30C5
accent#5A30C5
link#FFFFFF
secondary#DEDBFF
button_bg#5A30C5
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--color-purple-200oklch(90.2% 0.063 306.703)
--color-aqua-background#f5fffd
--color-blue-background#f5faff
--color-aqua-800#075f59
--color-orange-600#da510b
--color-violet-600#7952e5
--color-red-900#611f22
--color-orange-800#923111
--color-blue-700#1e57eb
--color-orange-900#693420

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.carousel-left-primarydiv.carousel-left-primarya.case-study-card×10 → svg.size-5div.hs-banner-optimization-adiv.swiper-wrapper

Overlay recipe (measured)

dialog panel: #FFFFFF · radius 12px · enter 500ms linear

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/pulumi.com

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

Export: DESIGN.md

# Pulumi — Design System

> light, professional, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DDDCDD` |
| text | `#1F1B21` |
| text_muted | `#747175` |
| primary | `#5A30C5` |
| accent | `#5A30C5` |
| link | `#FFFFFF` |
| secondary | `#DEDBFF` |
| button_bg | `#5A30C5` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#5A30C5` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `button_bg` are all `#5A30C5` — one role, not several (your action color).
- **accent** `#5A30C5` — 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** `#FFFFFF` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#DEDBFF` — 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): `#FFFFFF` 87% · `#EBEBED` 3.1% · `#D3D3D6` 3% · `#B7BBC0` 2.6%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **JetBrains Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 48px / 600 · lh 53px · tracking -2.4px |
| h2 | 36px / 600 · lh 40px · tracking -1.8px |
| h3 | 30px / 600 · lh 38px · tracking -0.75px |
| body | 16px / 400 · lh 24px |
| small | 14px / 400 · lh 20px |
| eyebrow | 12px / 400 · tracking 0.6px |

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

> **Fonts —** Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 6px, 7px, 8px, 10px, 12px, 16px, 24px, 28px — snap all gaps/padding to these
- section rhythm: 80px top/bottom padding per section (measured)

## Radius
- base: 6px
- button: 8px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#5A30C5` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 8px | 7px 10px 7px 10px | 400 14px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#5A30C5` | none | 8px | 0px 0px 0px 0px | 600 16px | none |

**States (measured, not guessed)**

- primary hover: background `#492E8E`
- primary focus: border `1px solid rgb(90, 48, 197)`
- transition: `all 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px`
- overlay: `rgba(0, 0, 0, 0.28) 0px 8px 28px 0px`

## Motion
- durations: 150ms (dominant) · 120ms · 300ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear`
- animated properties: opacity, color, border-color, background-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 |
|-------|-------|
| `--color-purple-200` | `oklch(90.2% 0.063 306.703)` |
| `--color-aqua-background` | `#f5fffd` |
| `--color-blue-background` | `#f5faff` |
| `--color-aqua-800` | `#075f59` |
| `--color-orange-600` | `#da510b` |
| `--color-violet-600` | `#7952e5` |
| `--color-red-900` | `#611f22` |
| `--color-orange-800` | `#923111` |
| `--color-blue-700` | `#1e57eb` |
| `--color-orange-900` | `#693420` |
| `--color-orange-50` | `#fffaf5` |
| `--color-violet-primary` | `#5a30c5` |

_…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 1280px · common grid: 2-col
- nav: 65px sticky · border-bottom 1px solid rgb(224, 223, 226) · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 129 | 475 | 2 | 48 | 0/0 | — |
| 940 | 700 | 2 | 80 | 0/0 | 43/57 |
| 1736 | 348 | 2 | 64 | 80/80 | 74/26 |
| 2180 | 1222 | 2 | 24 | 0/0 | — |
| 3498 | 628 | 2 | 80 | 0/0 | 43/57 |
| 4222 | 940 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.carousel-left-primary` @0ms → `div.carousel-left-primary` @1ms → `a.case-study-card`×10 @26ms → `svg.size-5` @51ms → `div.hs-banner-optimization-a` @1847ms → `div.swiper-wrapper` @2943ms
- `div.hs-banner-optimization-a` — opacity 0→1 · transform translateY(1800px) translateZ(3e+09px)→translateY(0px) translateZ(3e+09px) — 500ms ease
- `div.swiper-wrapper` — transform translate3d(-1708px, 0px, 0px)→translate3d(-2135px, 0px, 0px) — 8000ms ease
- `svg.size-5` — transform none→rotate(360deg) — 1000ms · loops
- overlay dialog (auto-opened): panel #FFFFFF · r 12px · shadow rgba(0, 0, 0, 0.28) 0px 8px 28px 0px
  - enter: transform+opacity from translateY(1800px) translateZ(3e+09px),0 · 500ms linear
  - exit: transform+opacity from translateY(1800px) translateZ(3e+09px),0 · 500ms linear

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

## Components (measured)
- card ×3: pad 0px 0px 0px 0px · r 8px · border 1px solid rgb(224, 223, 226) · bg rgba(0, 0, 0, 0)
  - hover: font-weight `400` · letter-spacing `normal`
- link: #33475B · no underline

## Responsive (measured)
- breakpoints: 400px · 680px · 768px · 1024px · 1280px
- mobile (390px): hero 36px · body 16px · nav: hamburger

## 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 Pulumi's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with pulumi.com. No screenshots stored. Removal requests: hello@mozaika.design.