Copilot Money — decoded design system
Copilot Money'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.
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/copilot.money.
Decoded design system
Copilot Money's decoded design system: background #000814, text #ECECEE, accent #1C6CFF, link #597CAA, primary #010D1E; type scale h1 148px / h2 64px / body 16px; 4px spacing base; 0px base radius. The single interactive/action color is #1C6CFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000814 |
| surface | #0E1521 |
| border | #232A34 |
| text | #ECECEE |
| text_muted | #92959B |
| primary | #010D1E |
| accent | #1C6CFF |
| link | #597CAA |
| secondary | #1C6CFF |
| button_bg | #1C6CFF |
| button_text | #0000EE |
Using these colors
- Action color
#1C6CFF— the single interactive color; only on things you click or must notice, never large fills. accent,secondary,button_bgare all#1C6CFF— one role, not several (the action color).- accent
#1C6CFF— 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. - primary
#010D1E— a brand color — but the call-to-action uses #1C6CFF, not this. - link
#597CAA— inline text links and link-styled controls.
Typography
- Heading: Jokker Semibold
- Body: Jokker
- h1: 148px
- h2: 64px
- body: 16px
Spacing
- base unit: 4px
- scale: 2px, 4px, 5px, 6px, 8px, 10px, 12px, 16px, 20px, 24px
Radii
- base: 0px
- button: 22px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.07) 0px 0.362176px 0.651917px -1.5px, rgba(0, 0, 0, 0.05) 0px 3px 5.4px -3px
Motion
Micro-interactions run at 400ms (dominant) with cubic-bezier(0.44, 0, 0.56, 1).
- durations: 400ms
- easings:
cubic-bezier(0.44, 0, 0.56, 1) - animated properties: color
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Motion choreography (measured)
Scroll reveal: 15 elements rest at opacity 0, translateY(10px), animate in over 400ms.
Stagger: span ×15 — 50ms apart.
Responsive (measured)
- breakpoints: 809px · 1199px · 1439px
- mobile (390px): hero 49px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/copilot.money
registry item · or query it over MCP: get_design_system("Copilot Money")
Export: DESIGN.md
# Copilot Money — Design System > dark, modern, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#000814` | | surface | `#0E1521` | | border | `#232A34` | | text | `#ECECEE` | | text_muted | `#92959B` | | primary | `#010D1E` | | accent | `#1C6CFF` | | link | `#597CAA` | | secondary | `#1C6CFF` | | button_bg | `#1C6CFF` | | button_text | `#0000EE` | **Using these colors** - **Action color** `#1C6CFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `secondary`, `button_bg` are all `#1C6CFF` — one role, not several (your action color). - **accent** `#1C6CFF` — 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. - **primary** `#010D1E` — a brand color — but the call-to-action uses #1C6CFF, not this. - **link** `#597CAA` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#010B1A` 73.6% · `#BCC3C3` 11.4% · `#6477B3` 9.3% · `#57355C` 5.7% ## Typography - Heading: **Jokker Semibold** _(free fallback: Newsreader)_ - Body: **Jokker** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 148px / 600 · lh 133px · tracking -2.96px | | h2 | 64px / 500 · lh 77px | | h3 | 56px / 100 · lh 67px · tracking 0.56px | | body | 16px / 500 · lh 22px | | small | 15px / 100 · lh 18px · tracking 0.15px | | eyebrow | 15px / 100 · tracking 0.3px | - Weight ladder: 100 · 500 · 600 · 670 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Jokker Semibold may be proprietary — safe free fallback: Newsreader (Google Fonts). Jokker may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 5px, 6px, 8px, 10px, 12px, 16px, 20px, 24px — snap all gaps/padding to these ## Radius - base: 0px - button: 22px - card: 24px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 71, 204, 0.4)` / `#0000EE` | none | 22px | 2px 2px 2px 2px | 400 12px | none | | secondary | `rgba(0, 0, 0, 0)` / `#0000EE` | none | 14px | 6px 12px 6px 12px | 400 12px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` - secondary hover: padding `4px 12px 8px 12px` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0.07) 0px 0.362176px 0.651917px -1.5px, rgba(0, 0, 0, 0.05) 0px 3px 5.4px -3px` ## Motion - durations: 400ms (dominant) - easings: `cubic-bezier(0.44, 0, 0.56, 1)` (dominant) - animated properties: color Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Motion choreography (measured) - stagger: `span` ×15 — 50ms apart - scroll reveal: 15 elements rest at opacity 0, translateY(10px), animate in over 400ms (15 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: rgba(255, 255, 255, 0.9) · no underline — hover #6182AE ## Responsive (measured) - breakpoints: 809px · 1199px · 1439px - mobile (390px): hero 49px · body 12px · 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.
An automated reading of Copilot Money's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with copilot.money. No screenshots stored. Removal requests: hello@mozaika.design.