MozaikaDesign system

Lambda — Design System

dark · modern · high · custom · confidence 92%

The full decoded design system for Lambda: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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/ds/lambda.

Tokens

Lambda's decoded design system: background #0B0B0B, text #E7E6D9, accent #6236F4, link #A186F8, primary #6236F4; type scale h1 117.04px / h2 24px / body 12px; 4px spacing base; 0px base radius. The single interactive/action color is #6236F4 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0B0B0B
surface#181817
border#2C2B29
text#E7E6D9
text_muted#93928A
primary#6236F4
accent#6236F4
link#A186F8
secondary#FF0000
button_bg#6236F4
button_text#E7E6D9

Using these colors

Typography

Spacing

Radii

Per-section tokens (8)

Export: DESIGN.md

# Lambda — Design System

> dark, modern, high, custom

## Colors

| Role | Value |
|------|-------|
| bg | `#0B0B0B` |
| surface | `#181817` |
| border | `#2C2B29` |
| text | `#E7E6D9` |
| text_muted | `#93928A` |
| primary | `#6236F4` |
| accent | `#6236F4` |
| link | `#A186F8` |
| secondary | `#FF0000` |
| button_bg | `#6236F4` |
| button_text | `#E7E6D9` |

**Using these colors**

- **Action color** `#6236F4` — 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 `#6236F4` — one role, not several (your action color).
- **accent** `#6236F4` — 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** `#A186F8` — inline text links and link-styled controls.
- **secondary** `#FF0000` — 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: **Suisse Intl** _(free fallback: Newsreader)_
- Body: **Suisse Intl** _(free fallback: Newsreader)_
- Mono: **Suisse Intl Mono**
- h1: 117.04px
- h2: 24px
- body: 12px

> **Fonts —** Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px

## Radius
- base: 0px
- button: 0px

## Primary button
- bg `#6236F4` · text `#E7E6D9` · radius 0px

## 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.

Export: Tailwind v4 (@theme)

@theme {
  /* action color #6236F4 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #0B0B0B;
  --color-surface: #181817;
  --color-border: #2C2B29;
  --color-text: #E7E6D9;
  --color-text-muted: #93928A;
  --color-primary: #6236F4;  /* primary brand / action color. */
  --color-accent: #6236F4;  /* 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: #A186F8;  /* inline text links and link-styled controls. */
  --color-secondary: #FF0000;  /* 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: #6236F4;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #E7E6D9;
  /* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Suisse Intl Mono", ui-monospace, monospace;
  --text-h1: 117.04px;
  --text-h2: 24px;
  --text-body: 12px;
  --radius-base: 0px;
  --radius-button: 0px;
  --spacing-1: 2px;
  --spacing-2: 4px;
  --spacing-3: 6px;
  --spacing-4: 8px;
  --spacing-5: 12px;
  --spacing-6: 16px;
  --spacing-7: 24px;
  --spacing-8: 32px;
}

Export: CSS variables

:root {
  /* action color #6236F4 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #0B0B0B;
  --surface: #181817;
  --border: #2C2B29;
  --text: #E7E6D9;
  --text-muted: #93928A;
  --primary: #6236F4;  /* primary brand / action color. */
  --accent: #6236F4;  /* 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: #A186F8;  /* inline text links and link-styled controls. */
  --secondary: #FF0000;  /* 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: #6236F4;  /* primary-button fill — the main call-to-action color. */
  --button-text: #E7E6D9;
  --font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Suisse Intl Mono", ui-monospace, monospace;
  --radius: 0px;
  --radius-button: 0px;
}
/* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */