MozaikaLive decode

Infisical — decoded design system

infisical.com · light · modern · tailwind · deep decode — measured live

Infisical'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/infisical.com.

Decoded design system

Infisical's decoded design system: background #FFFFFF, text #000000, accent #DBF530, link #56A600, primary #56A600; type scale h1 56px / h2 46px / body 18px; 4px spacing base; 2px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#56A600
accent#DBF530
link#56A600
secondary#A16207
button_bg#FFFFFF
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadow

rgba(14, 18, 27, 0.06) 0px 1px 2px 0px, rgb(235, 235, 235) 0px 0px 0px 1px inset

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--v2-color-bg#ffffff
--v2-color-bg-page#f3f4f6
--v2-color-border#eaeaea
--v2-color-frame#d1d1d1
--v2-color-accent-deep-green#23776a
--v2-color-accent-green#56a600
--v2-color-error#8a1208
--v2-color-accent-lime#dbf530
--v2-color-volt#f5f841
--v2-color-void#000000

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.flex×2 → div.c15t-carddiv×4 → div×4

Scroll reveal: 15 elements rest at opacity 0, translateY(8px), animate in over 0.3s ease-out.

Overlay recipe (measured)

dialog panel: rgba(0, 0, 0, 0) · radius 0px

Responsive (measured)

Install it

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

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

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

Export: DESIGN.md

# Infisical — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#56A600` |
| accent | `#DBF530` |
| link | `#56A600` |
| secondary | `#A16207` |
| button_bg | `#FFFFFF` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `link` are all `#56A600` — one role, not several.
- **accent** `#DBF530` — accent for emphasis — keep it rare on the page.
- **secondary** `#A16207` — 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` 60.8% · `#252525` 15.7% · `#3D3D3C` 8.6% · `#FFFF6B` 4.5%

## Typography

- Heading: **Poppins**
- Body: **Poppins**
- Mono: **JetBrains Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 56px / 500 · lh 62px · tracking -1.12px |
| h2 | 46px / 600 · lh 48px · tracking -1.38px |
| h3 | 36px / 500 · lh 40px · tracking -0.72px |
| body | 18px / 400 · lh 27px |
| small | 17px / 600 · lh 25px |
| eyebrow | 10px / 400 · tracking 0.4px |

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

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

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

## Radius
- base: 2px
- button: 0px
- card: 50px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#000000` | none | 0px | 8px 12px 8px 12px | 500 14px | rgba(14, 18, 27, 0.06) 0px 1px 2px 0px, rgb(235, 235, 235) 0px 0px 0px 1px inset |
| secondary | `#000000` / `#FFFFFF` | 1px solid rgb(0, 0, 0) | 0px | 6px 12px 6px 12px | 400 12px | none |

**States (measured, not guessed)**

- primary hover: color `#171717`
- primary focus: box-shadow `rgb(194, 214, 43) 0px 0px 0px 2px`
- secondary hover: border `1px solid rgb(245, 248, 65)`
- transition: `background-color 0.15s ease`

## Shadows (elevation)
- subtle: `rgb(0, 0, 0) 0px 0px 0px 1px`
- card: `oklab(0.64807 -0.133788 0.133842 / 0.28) 0px 0px 28px 0px`
- button: `rgba(14, 18, 27, 0.06) 0px 1px 2px 0px, rgb(235, 235, 235) 0px 0px 0px 1px inset`
- overlay: `rgba(14, 18, 27, 0.1) 0px 16px 32px -12px`

## Motion
- durations: 150ms (dominant) · 200ms · 280ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease`
- animated properties: opacity, background-color, color, border-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 |
|-------|-------|
| `--v2-color-bg` | `#ffffff` |
| `--v2-color-bg-page` | `#f3f4f6` |
| `--v2-color-border` | `#eaeaea` |
| `--v2-color-frame` | `#d1d1d1` |
| `--v2-color-accent-deep-green` | `#23776a` |
| `--v2-color-accent-green` | `#56a600` |
| `--v2-color-error` | `#8a1208` |
| `--v2-color-accent-lime` | `#dbf530` |
| `--v2-color-volt` | `#f5f841` |
| `--v2-color-void` | `#000000` |
| `--v2-color-tint` | `#c3c3c3` |
| `--v2-color-tint-strong` | `#f7f7f7` |

_…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
- nav: 56px fixed · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 377 | 500 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.flex`×2 @0ms → `div.c15t-card` @808ms → `div`×4 @1226ms → `div`×4 @1226ms
- `div` ×2 — opacity 0→1 — 300ms ease-out
- scroll reveal: 15 elements rest at opacity 0, translateY(8px), animate in over 0.3s ease-out (3 revealed during the drive).
- overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px

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

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1536px
- mobile (390px): hero 32px · 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 Infisical's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with infisical.com. No screenshots stored. Removal requests: hello@mozaika.design.