Pulumi — Design System
Pulumi keeps infrastructure-as-code in plain Inter: 48px/600 headlines, 16px body, 8px-radius buttons, and the color story delegated to its rainbow-gradient logo and code panels in every language it supports. The deliberately unexotic type is the message — real programming languages for infrastructure deserve a typeface that just gets out of the way.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/pulumi.
Tokens
Pulumi's decoded design system: background #FFFFFF, text #2E2932, accent #5A30C5, link #231F33, primary #5A30C5; type scale h1 48px / h2 30px / body 20px; 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
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F2F2F2 |
| border | #DFDEE0 |
| text | #2E2932 |
| text_muted | #7D7A7F |
| primary | #5A30C5 |
| accent | #5A30C5 |
| link | #231F33 |
| secondary | #DEDBFF |
| button_bg | #5A30C5 |
| button_text | #FFFFFF |
Using these colors
- Action color
#5A30C5— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#5A30C5— one role, not several (the 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
#231F33— inline text links and link-styled controls. - 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.
Typography
- Heading: Inter
- Body: Inter
- Mono: JetBrains Mono
- h1: 48px
- h2: 30px
- body: 20px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 7px, 8px, 10px, 12px, 16px, 24px, 28px
Radii
- base: 6px
- button: 8px
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
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 120ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: opacity, color, border-color, background-color
Native design tokens
| 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 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#492E8E - primary focus: border
1px solid rgb(90, 48, 197)
Layout (measured)
- container max-width:
1280px - nav: 65px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: div.carousel-left-primary → div.carousel-left-primary → a.case-study-card×10 → svg.size-5 → div.hs-banner-optimization-a → div.swiper-wrapper
Overlay recipe (measured)
dialog panel: #FFFFFF · radius 12px · enter 500ms linear
Responsive (measured)
- breakpoints: 400px · 680px · 768px · 1024px · 1280px
- mobile (390px): hero 36px · nav hamburger
Per-section tokens (11)
- Hero — light · bg #FFFFFF · text #232033 · 2 col · split
- Logo Wall — light · bg #FFFFFF · text #5B5B5B · 2 col · left
- Feature — light · bg #FFFFFF · text #6A627C · 2 col · split
- Bento Grid — light · bg #FFFFFF · text #72717F · 3 col · split
- Testimonial / Social Proof — light · bg #F5F6FF · text #67666C · 2 col · split
- Feature — light · bg #FFFFFF · text #231F32 · 2 col · split
- Bento Grid — light · bg #FFFFFF · text #898695 · 3 col · split
- Testimonial / Social Proof — light · bg #FFFFFF · text #63666C · 3 col · split
- Testimonial / Social Proof — light · bg #FFFFFF · text #7B7779 · 3 col · split
- CTA / Sign-up — light · bg #FFFFFF · text #1D1A1F · 1 col · left
- Footer — dark · bg #1F1C21 · text #827D8C · 3 col · split
Export: DESIGN.md
# Pulumi — Design System > light, professional, medium, tailwind — deep decode (measured live) Pulumi keeps infrastructure-as-code in plain Inter: 48px/600 headlines, 16px body, 8px-radius buttons, and the color story delegated to its rainbow-gradient logo and code panels in every language it supports. The deliberately unexotic type is the message — real programming languages for infrastructure deserve a typeface that just gets out of the way. ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F2F2F2` | | border | `#DFDEE0` | | text | `#2E2932` | | text_muted | `#7D7A7F` | | primary | `#5A30C5` | | accent | `#5A30C5` | | link | `#231F33` | | 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** `#231F33` — inline text links and link-styled controls. - **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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/pulumi
Export: Tailwind v4 (@theme)
@theme {
/* action color #5A30C5 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #F2F2F2;
--color-border: #DFDEE0;
--color-text: #2E2932;
--color-text-muted: #7D7A7F;
--color-primary: #5A30C5; /* primary brand / action color. */
--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. */
--color-link: #231F33; /* inline text links and link-styled controls. */
--color-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. */
--color-button-bg: #5A30C5; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* fonts: Inter — free, on Google. */
--font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "JetBrains Mono", ui-monospace, monospace;
/* measured weights: 400, 600, 700, 800 — use these, not 400/600 */
--text-hero: 48px; --font-weight-hero: 600; --leading-hero: 53px; --tracking-hero: -2.4px;
--text-h2: 36px; --font-weight-h2: 600; --leading-h2: 40px; --tracking-h2: -1.8px;
--text-h3: 30px; --font-weight-h3: 600; --leading-h3: 38px; --tracking-h3: -0.75px;
--text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
--text-small: 14px; --font-weight-small: 400; --leading-small: 20px;
--text-eyebrow: 12px; --font-weight-eyebrow: 400; --tracking-eyebrow: 0.6px;
--radius-base: 6px;
--radius-button: 8px;
--radius-card: 8px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.28) 0px 8px 28px 0px;
--color-btn-hover: #492E8E; /* measured primary hover fill */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 120ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 150ms;
--duration-slow: 300ms;
--section-y: 80px; /* per-section vertical padding (measured) */
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 7, 8, 10, 12, 16, 24, 28px */
}Export: CSS variables
:root {
/* action color #5A30C5 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #F2F2F2;
--border: #DFDEE0;
--text: #2E2932;
--text-muted: #7D7A7F;
--primary: #5A30C5; /* primary brand / 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: #231F33; /* inline text links and link-styled controls. */
--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. */
--button-bg: #5A30C5; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--font-heading: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "JetBrains Mono", ui-monospace, monospace;
--text-hero: 48px; --weight-hero: 600; --leading-hero: 53px; --tracking-hero: -2.4px;
--text-h2: 36px; --weight-h2: 600; --leading-h2: 40px; --tracking-h2: -1.8px;
--text-h3: 30px; --weight-h3: 600; --leading-h3: 38px; --tracking-h3: -0.75px;
--text-body: 16px; --weight-body: 400; --leading-body: 24px;
--text-small: 14px; --weight-small: 400; --leading-small: 20px;
--text-eyebrow: 12px; --weight-eyebrow: 400; --tracking-eyebrow: 0.6px;
--radius: 6px;
--radius-button: 8px;
--radius-card: 8px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.06) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
--shadow-overlay: rgba(0, 0, 0, 0.28) 0px 8px 28px 0px;
--btn-bg-hover: #492E8E;
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 120ms;
--duration-base: 150ms;
--duration-slow: 300ms;
--section-y: 80px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--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;
}
/* fonts: Inter — free, on Google. */