MozaikaLive decode

Signaldeck — decoded design system

signaldeck.com · light · deep decode — measured live

Signaldeck'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/signaldeck.com.

Decoded design system

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

Color roles

RoleValue
bg#FDF6F0
surface#EFE8E3
border#DBD5D0
text#1D1D1B
text_muted#726F6B
primary#894940
link#894940
button_bg#EDA36B
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 250ms (dominant) with ease.

Native design tokens

TokenValue
--empty-state-background#f9f9f9
--marketing-shot-background#fff
--color-page#fdf6f0
--color-surface#fff
--color-surface-muted#f4e8e0
--color-surface-raised#f9f9f9
--color-surface-raised-2#fff
--color-surface-inset#f4e8e0
--color-border#f4e8e0
--color-border-strong#e0bdaa

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.interaction-progress__ba

Responsive (measured)

Install it

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

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

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/signaldeck.theme.ts https://mozaika.design/api/astryx/decode/signaldeck.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Signaldeck")

Export: DESIGN.md

# Signaldeck — Design System

> light — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FDF6F0` |
| surface | `#EFE8E3` |
| border | `#DBD5D0` |
| text | `#1D1D1B` |
| text_muted | `#726F6B` |
| primary | `#894940` |
| link | `#894940` |
| button_bg | `#EDA36B` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#EDA36B` — 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 `#894940` — one role, not several.
- **Page coverage** (full-page screenshot pixels): `#FDF6F0` 92.6% · `#AA9283` 4.2% · `#E3D8D1` 3.2%

## Typography

- Heading: **Lora** _(free fallback: Newsreader)_
- Body: **Onest**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 48px / 500 · lh 53px |
| h2 | 32px / 700 · lh 38px |
| h3 | 28px / 700 · lh 34px |
| body | 16px / 400 · lh 24px |
| small | 15px / 600 · lh 15px |
| eyebrow | 14px / 700 · tracking 0.86px |

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

> **Fonts —** Lora may be proprietary — safe free fallback: Newsreader (Google Fonts). Onest — free, on Google.

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

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#EDA36B` / `#FFFFFF` | 1px solid rgb(237, 163, 107) | 6px | 6.4px 12px 6.4px 12px | 700 14px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#1D1D1B` | none | 9999px | 8px 12px 8px 12px | 400 16px | none |

**States (measured, not guessed)**

- primary hover: border `1px solid rgb(217, 120, 88)` · background `#D97858`
- primary focus: outline `2px solid rgba(38, 61, 102, 0.32)`
- secondary hover: color `#6084B6`
- transition: `background-color 0.25s ease`

## Shadows (elevation)
- subtle: `color(srgb 0.113725 0.113725 0.105882 / 0.08) 0px 1px 3px 0px, color(srgb 0.113725 0.113725 0.105882 / 0.06) 0px 1px 2px 0px`
- overlay: `color(srgb 0.207843 0.0862745 0.12549 / 0.14) 0px 28px 70px 0px`

## Motion
- durations: 250ms (dominant)
- easings: `ease` (dominant)
- animated properties: color, transform, text-decoration-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 |
|-------|-------|
| `--empty-state-background` | `#f9f9f9` |
| `--marketing-shot-background` | `#fff` |
| `--color-page` | `#fdf6f0` |
| `--color-surface` | `#fff` |
| `--color-surface-muted` | `#f4e8e0` |
| `--color-surface-raised` | `#f9f9f9` |
| `--color-surface-raised-2` | `#fff` |
| `--color-surface-inset` | `#f4e8e0` |
| `--color-border` | `#f4e8e0` |
| `--color-border-strong` | `#e0bdaa` |
| `--color-text` | `#1d1d1b` |
| `--color-text-muted` | `#894940` |

_…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 1120px · common grid: 2-col
- nav: 81px relative · backdrop blur(12px) · border-bottom 1px solid rgb(244, 232, 224) · bg color(srgb 0.992157 0.964706 0.941176 / 0.96)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 925 | 1492 | — | — | 64/64 | — |
| 2441 | 374 | 2 | 48 | 64/64 | 73/27 |
| 2838 | 373 | 2 | 48 | 64/64 | 73/27 |
| 2902 | 244 | — | — | 0/0 | — |
| 3235 | 639 | 3 | 20 | 64/64 | — |
| 3898 | 570 | 2 | 40 | 64/64 | — |
| 4492 | 367 | — | — | 64/64 | — |

## Motion choreography (measured)
Load order: `span.interaction-progress__ba` @0ms

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

## Components (measured)
- card ×3: pad 24px 24px 24px 24px · r 8px · border 1px solid rgb(244, 232, 224) · bg #FFFFFF
  - hover: font-weight `400` · letter-spacing `normal`
- link: #6084B6 · no underline

## Responsive (measured)
- mobile (390px): hero 48px · 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/decode/signaldeck.com

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