MozaikaDesign system

Groq — Design System

light · modern · high · custom · confidence 92%

Groq undersells at the type level so the latency numbers can shout: Space Grotesk at a light 32-46px/300 on warm parchment #F3F3EE, 21px body, zero-radius chrome. For a company whose product is speed, the page's stillness is the flex — benchmark charts and token counters carry the adrenaline while the typography stays at resting heart rate.

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/groq.

Tokens

Groq's decoded design system: background #F3F3EE, text #2D2F33, accent #F43E01, link #4A5565, primary #F43E01; type scale h1 32px / h2 15px / body 12px; 4px spacing base; 0px base radius. The single interactive/action color is #F43E01 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#F3F3EE
surface#E7E7E2
border#D5D5D1
text#2D2F33
text_muted#78797A
primary#F43E01
accent#F43E01
link#4A5565
secondary#F55036
button_bg#F43E01
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Per-section tokens (11)

Export: DESIGN.md

# Groq — Design System

> light, modern, high, custom

Groq undersells at the type level so the latency numbers can shout: Space Grotesk at a light 32-46px/300 on warm parchment #F3F3EE, 21px body, zero-radius chrome. For a company whose product is speed, the page's stillness is the flex — benchmark charts and token counters carry the adrenaline while the typography stays at resting heart rate.

## Colors

| Role | Value |
|------|-------|
| bg | `#F3F3EE` |
| surface | `#E7E7E2` |
| border | `#D5D5D1` |
| text | `#2D2F33` |
| text_muted | `#78797A` |
| primary | `#F43E01` |
| accent | `#F43E01` |
| link | `#4A5565` |
| secondary | `#F55036` |
| button_bg | `#F43E01` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#F43E01` — 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 `#F43E01` — one role, not several (your action color).
- **accent** `#F43E01` — 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** `#4A5565` — inline text links and link-styled controls.
- **secondary** `#F55036` — 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: **Space Grotesk**
- Body: **Space Grotesk**
- Mono: **IBM Plex Mono**
- h1: 32px
- h2: 15px
- body: 12px

> **Fonts —** Space Grotesk — free, on Google.

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

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

## Primary button
- bg `#F43E01` · text `#FFFFFF` · radius 9999px

## 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 #F43E01 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #F3F3EE;
  --color-surface: #E7E7E2;
  --color-border: #D5D5D1;
  --color-text: #2D2F33;
  --color-text-muted: #78797A;
  --color-primary: #F43E01;  /* primary brand / action color. */
  --color-accent: #F43E01;  /* 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: #4A5565;  /* inline text links and link-styled controls. */
  --color-secondary: #F55036;  /* 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: #F43E01;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Space Grotesk — free, on Google. */
  --font-heading: "Space Grotesk", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Space Grotesk", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --text-h1: 32px;
  --text-h2: 15px;
  --text-body: 12px;
  --radius-base: 0px;
  --radius-button: 9999px;
  --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 #F43E01 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #F3F3EE;
  --surface: #E7E7E2;
  --border: #D5D5D1;
  --text: #2D2F33;
  --text-muted: #78797A;
  --primary: #F43E01;  /* primary brand / action color. */
  --accent: #F43E01;  /* 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: #4A5565;  /* inline text links and link-styled controls. */
  --secondary: #F55036;  /* 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: #F43E01;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Space Grotesk", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Space Grotesk", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --radius: 0px;
  --radius-button: 9999px;
}
/* fonts: Space Grotesk — free, on Google. */