Ramp — decoded design system
Ramp'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/ramp.com.
Decoded design system
Ramp's decoded design system: background #FFFFFF, text #000000, accent #E4F222, link #0066FF, primary #E4F222; type scale h1 64px / h2 28px / body 14px; 4px spacing base; 4px base radius. The single interactive/action color is #E4F222 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #E4F222 |
| accent | #E4F222 |
| link | #0066FF |
| button_bg | #E4F222 |
| button_text | #0C0A08 |
Using these colors
- Action color
#E4F222— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#E4F222— one role, not several (the action color).- accent
#E4F222— 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
#0066FF— inline text links and link-styled controls.
Typography
- Heading: Lausanne
- Body: Lausanne
- h1: 64px
- h2: 28px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 4px
- button: 6px
Responsive (measured)
- mobile (390px): nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/ramp.com
registry item · or query it over MCP: get_design_system("Ramp")
Export: DESIGN.md
# Ramp — Design System > light, modern, high, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#E4F222` | | accent | `#E4F222` | | link | `#0066FF` | | button_bg | `#E4F222` | | button_text | `#0C0A08` | **Using these colors** - **Action color** `#E4F222` — 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 `#E4F222` — one role, not several (your action color). - **accent** `#E4F222` — 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** `#0066FF` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#FFFFFF` 89.3% · `#E1E1E1` 2.4% · `#EFEFEE` 2.1% · `#AFAFAF` 1.7% ## Typography - Heading: **Lausanne** _(free fallback: Newsreader)_ - Body: **Lausanne** _(free fallback: Newsreader)_ - h1: 64px - h2: 28px - body: 14px > **Fonts —** Lausanne may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px - scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px ## Radius - base: 4px - button: 6px ## Primary button - bg `#E4F222` · text `#0C0A08` · radius 6px ## Responsive (measured) - mobile (390px): body 16px · 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 Ramp's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with ramp.com. No screenshots stored. Removal requests: hello@mozaika.design.