Graphite — Design System
The full decoded design system for Graphite: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
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/graphite.
Tokens
Graphite's decoded design system: background #0A0A0A, text #FAFAFA, accent #FF8833, link #0C1823, primary #FF8833; type scale h1 60px / h2 36px / body 14px; 8px spacing base; 12px base radius. The single interactive/action color is #E5E5E5 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0A0A0A |
| surface | #181818 |
| border | #2E2E2E |
| text | #FAFAFA |
| text_muted | #9E9E9E |
| primary | #FF8833 |
| accent | #FF8833 |
| link | #0C1823 |
| secondary | #586069 |
| button_bg | #E5E5E5 |
| button_text | #171717 |
Using these colors
- Action color
#E5E5E5— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#FF8833— one role, not several (the action color).- accent
#FF8833— accent for emphasis — keep it rare on the page. - link
#0C1823— fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#586069— 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: Matter
- Body: Matter
- h1: 60px
- h2: 36px
- body: 14px
Spacing
- base unit: 8px
- scale: 2px, 3px, 8px, 12px, 14px, 16px, 20px, 24px, 32px, 48px
Radii
- base: 12px
- button: 8px
Shadow
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.3) 0px 8px 10px 0px
Motion
Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 300ms · 200ms · 150ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·ease-in-out - animated properties: transform, color, opacity, background-color
Native design tokens
| Token | Value |
|---|---|
--color-red-300 | lab(76.5514% 36.422 15.5335) |
--color-red-400 | lab(63.7053% 60.745 31.3109) |
--color-red-500 | lab(55.4814% 75.0732 48.8528) |
--color-red-600 | lab(48.4493% 77.4328 61.5452) |
--color-red-900 | lab(28.5139% 44.5539 29.0463) |
--color-orange-300 | lab(80.8059% 21.7313 50.4455) |
--color-orange-400 | lab(70.0429% 42.5156 75.8207) |
--color-orange-500 | lab(64.272% 57.1788 90.3583) |
--color-yellow-300 | lab(89.7033% -.480294 84.4917) |
--color-yellow-500 | lab(76.3898% 14.5258 98.4589) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
oklab(0.268999 -0.00000260025 0.00000627339 / 0.8)
Layout (measured)
- container max-width:
1110px - nav: 74px sticky
Motion choreography (measured)
Load order: li.Customers-module-scss-mo×16 → svg.Customers-module-scss-mo×64 → div.FeaturesMarquee-module-s → div.Integration-module-scss-×6 → div.flex → svg.group-hover:translate-x-
Scroll reveal: 6 elements rest at opacity 0, animate in over 0.16s ease-in-out.
Stagger: svg ×64 — 250ms apart.
Responsive (measured)
- breakpoints: 700px · 768px · 1024px · 1158px · 1280px
- mobile (390px): hero 42px · nav inline
Per-section tokens (9)
- Hero — dark · bg #0A0A0A · text #707070 · 2 col · split
- Logo Wall — dark · bg #0A0A0A · text #ADADAD · 4 col · split
- Gallery / Showcase — dark · bg #1C1C1E · text #504F53 · 1 col · left
- Testimonial / Social Proof — dark · bg #0A0A0A · text #E6F324 · 1 col · left
- Bento Grid — dark · bg #0A0A0A · text #5E6061 · 1 col · left
- Feature — dark · bg #0A0A0A · text #5E6061 · 1 col · left
- Feature — dark · bg #0A0A0A · text #686A6A · 2 col · split
- Feature — dark · bg #0A0A0A · text #EFEFEF · 1 col · left
- Footer — dark · bg #0A0A0A · text #626864 · 1 col · left
Export: DESIGN.md
# Graphite — Design System > dark, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#0A0A0A` | | surface | `#181818` | | border | `#2E2E2E` | | text | `#FAFAFA` | | text_muted | `#9E9E9E` | | primary | `#FF8833` | | accent | `#FF8833` | | link | `#0C1823` | | secondary | `#586069` | | button_bg | `#E5E5E5` | | button_text | `#171717` | **Using these colors** - **Action color** `#E5E5E5` — 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` are all `#FF8833` — one role, not several. - **accent** `#FF8833` — accent for emphasis — keep it rare on the page. - **link** `#0C1823` — fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#586069` — 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): `#0A0A0A` 72.4% · `#1A1A1B` 14.5% · `#B4B4B4` 6.8% · `#3A3A3C` 6.2% ## Typography - Heading: **Matter** _(free fallback: Inter)_ - Body: **Matter** _(free fallback: Inter)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 500 · lh 60px · tracking -1.5px | | h2 | 36px / 500 · lh 40px | | h3 | 24px / 600 · lh 28px | | body | 16px / 400 · lh 24px | | small | 14px / 500 · lh 20px | - Weight ladder: 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Matter is proprietary — closest free match: Inter (Google). Load Inter; keep Matter first so licensed users still get it. ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 3px, 8px, 12px, 14px, 16px, 20px, 24px, 32px, 48px — snap all gaps/padding to these - section rhythm: 120px top/bottom padding per section (measured) ## Radius - base: 12px - button: 8px - card: 10px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `lab(15.204 0 -0.00000596046)` / `lab(98.26 0 0)` | 1px solid lab(27.036 0 0) | 8px | 0px 32px 0px 32px | 500 14px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px | | secondary | `lab(90.952 0 -0.0000119209)` / `lab(7.78201 -0.0000149012 0)` | none | 8px | 8px 16px 8px 16px | 500 14px | none | **States (measured, not guessed)** - primary hover: background `oklab(0.268999 -0.00000260025 0.00000627339 / 0.8)` - secondary hover: background `oklab(0.921998 -0.00000908971 0.0000215769 / 0.9)` - transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.3) 0px 8px 10px 0px` - button: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px` ## Motion - durations: 300ms (dominant) · 200ms · 150ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-in-out` - animated properties: transform, color, opacity, 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-red-300` | `lab(76.5514% 36.422 15.5335)` | | `--color-red-400` | `lab(63.7053% 60.745 31.3109)` | | `--color-red-500` | `lab(55.4814% 75.0732 48.8528)` | | `--color-red-600` | `lab(48.4493% 77.4328 61.5452)` | | `--color-red-900` | `lab(28.5139% 44.5539 29.0463)` | | `--color-orange-300` | `lab(80.8059% 21.7313 50.4455)` | | `--color-orange-400` | `lab(70.0429% 42.5156 75.8207)` | | `--color-orange-500` | `lab(64.272% 57.1788 90.3583)` | | `--color-yellow-300` | `lab(89.7033% -.480294 84.4917)` | | `--color-yellow-500` | `lab(76.3898% 14.5258 98.4589)` | | `--color-green-400` | `lab(78.503% -64.9265 39.7492)` | | `--color-green-500` | `lab(70.5521% -66.5147 45.8073)` | _…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 1110px - nav: 74px sticky | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 117 | 1179 | — | — | 0/0 | — | | 1296 | 376 | — | — | 32/32 | — | ## Motion choreography (measured) Load order: `li.Customers-module-scss-mo`×16 @0ms → `svg.Customers-module-scss-mo`×64 @0ms → `div.FeaturesMarquee-module-s` @0ms → `div.Integration-module-scss-`×6 @0ms → `div.flex` @90ms → `` @90ms - `svg.Customers-module-scss-mo` ×16 — opacity 0→1 · transform translate(-4px, 4px)→translate(0px) · filter blur(4px)→none — 6000ms ease-in-out · loops - `div.FeaturesMarquee-module-s` — transform translateY(-50%)→translateY(0%) — 10000ms · loops - `div.Integration-module-scss-` ×6 — transform translate(-50%, -50%) rotate(-90deg)→translate(-50%, -50%) rotate(270deg) — 5000ms · loops - `div.w-full` — opacity 0.5→0 · transform none→scale(2) — 1000ms cubic-bezier(0, 0, 0.2, 1) · loops - stagger: `svg` ×64 — 250ms apart - scroll reveal: 6 elements rest at opacity 0, animate in over 0.16s ease-in-out (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: lab(7.78201 -0.0000149012 0) · no underline - disabled: bg lab(7.78201 -0.0000149012 0) · text lab(98.26 0 0) ## Responsive (measured) - breakpoints: 700px · 768px · 1024px · 1158px · 1280px - mobile (390px): hero 42px · body 14px · nav: inline ## 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/graphite
Export: Tailwind v4 (@theme)
@theme {
/* action color #E5E5E5 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #0A0A0A;
--color-surface: #181818;
--color-border: #2E2E2E;
--color-text: #FAFAFA;
--color-text-muted: #9E9E9E;
--color-primary: #FF8833; /* a brand color — but the call-to-action uses #E5E5E5, not this. */
--color-accent: #FF8833; /* accent for emphasis — keep it rare on the page. */
--color-link: #0C1823; /* fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
--color-secondary: #586069; /* 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: #E5E5E5; /* primary-button fill — the main call-to-action color. */
--color-button-text: #171717;
/* fonts: Matter is proprietary — closest free match: Inter (Google). Load Inter; keep Matter first so licensed users still get it. */
--font-heading: "Matter", "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Matter", "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
/* measured weights: 400, 500, 600 — use these, not 400/600 */
--text-hero: 60px; --font-weight-hero: 500; --leading-hero: 60px; --tracking-hero: -1.5px;
--text-h2: 36px; --font-weight-h2: 500; --leading-h2: 40px;
--text-h3: 24px; --font-weight-h3: 600; --leading-h3: 28px;
--text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
--text-small: 14px; --font-weight-small: 500; --leading-small: 20px;
--radius-base: 12px;
--radius-button: 8px;
--radius-card: 10px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.3) 0px 8px 10px 0px;
--color-btn-hover: oklab(0.268999 -0.00000260025 0.00000627339 / 0.8); /* measured primary hover fill */
--ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 120px; /* per-section vertical padding (measured) */
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 3, 8, 12, 14, 16, 20, 24, 32, 48px */
}Export: CSS variables
:root {
/* action color #E5E5E5 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #0A0A0A;
--surface: #181818;
--border: #2E2E2E;
--text: #FAFAFA;
--text-muted: #9E9E9E;
--primary: #FF8833; /* a brand color — but the call-to-action uses #E5E5E5, not this. */
--accent: #FF8833; /* accent for emphasis — keep it rare on the page. */
--link: #0C1823; /* fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
--secondary: #586069; /* 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: #E5E5E5; /* primary-button fill — the main call-to-action color. */
--button-text: #171717;
--font-heading: "Matter", "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Matter", "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--text-hero: 60px; --weight-hero: 500; --leading-hero: 60px; --tracking-hero: -1.5px;
--text-h2: 36px; --weight-h2: 500; --leading-h2: 40px;
--text-h3: 24px; --weight-h3: 600; --leading-h3: 28px;
--text-body: 16px; --weight-body: 400; --leading-body: 24px;
--text-small: 14px; --weight-small: 500; --leading-small: 20px;
--radius: 12px;
--radius-button: 8px;
--radius-card: 10px;
--radius-pill: 9999px;
--shadow-card: rgba(0, 0, 0, 0.3) 0px 8px 10px 0px;
--btn-bg-hover: oklab(0.268999 -0.00000260025 0.00000627339 / 0.8);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms;
--duration-base: 200ms;
--duration-slow: 300ms;
--section-y: 120px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--color-red-300: lab(76.5514% 36.422 15.5335);
--color-red-400: lab(63.7053% 60.745 31.3109);
--color-red-500: lab(55.4814% 75.0732 48.8528);
--color-red-600: lab(48.4493% 77.4328 61.5452);
--color-red-900: lab(28.5139% 44.5539 29.0463);
--color-orange-300: lab(80.8059% 21.7313 50.4455);
--color-orange-400: lab(70.0429% 42.5156 75.8207);
--color-orange-500: lab(64.272% 57.1788 90.3583);
--color-yellow-300: lab(89.7033% -.480294 84.4917);
--color-yellow-500: lab(76.3898% 14.5258 98.4589);
--color-green-400: lab(78.503% -64.9265 39.7492);
--color-green-500: lab(70.5521% -66.5147 45.8073);
}
/* fonts: Matter is proprietary — closest free match: Inter (Google). Load Inter; keep Matter first so licensed users still get it. */