← All design systems
Ledger
A precise fintech system with tight type and a decisive accent.
Live preview
Concept
Ledger is exact. A cool-white surface, tight typography, dense-friendly spacing, and a decisive accent for the one action that matters. For fintech, analytics, and dashboards full of numbers.
Palette / 14 tokens
Canvas
#f6f8fcPage and app background1.0:1Surface
#eef0f5Cards, panels, and form fields1.07:1Elevated
#e4e7ecModals, popovers, and the highest tier1.17:1Border
#d4d8deHairline dividers and outlines1.35:1Ink
#162132Headlines and primary foreground15.22:1Body
#505967Paragraph and reading text6.66:1Muted
#6c7179Secondary text, captions, and hints4.62:1Primary
#d22d2dPrimary action, focus, and accent4.76:1Primary Active
#b02626Pressed and active state of the accent6.27:1On Primary
#ffffffText and icons on the accent1.06:1Success
#17834dSuccess, positive metrics, and confirmation4.5:1Warning
#906d1aWarning and caution4.5:1Danger
#bf3722Error, destructive, and critical signal5.22:1Info
#226bbfInformation and neutral data5.03:1Typography
Display headlines and UI labels / Inter Tight
Ag 1234
The quick brown fox jumps over the lazy dog.
Body and reading text / Inter
Ag 1234
The quick brown fox jumps over the lazy dog.
Metrics, code, and tabular data / JetBrains Mono
Ag 1234
The quick brown fox jumps over the lazy dog.
Accessibility / WCAG AA by construction
ink on canvas15.22:1AA
body on canvas6.66:1AA
muted on canvas4.62:1AA
primary on canvas4.76:1AA
on primary on primary5.06:1AA
body on surface6.21:1AA
Files
---
version: 1
name: ledger
description: "A precise fintech system with tight type and a decisive accent."
theme: light
colors:
canvas: "#f6f8fc"
surface: "#eef0f5"
elevated: "#e4e7ec"
border: "#d4d8de"
ink: "#162132"
body: "#505967"
muted: "#6c7179"
primary: "#d22d2d"
primary-active: "#b02626"
on-primary: "#ffffff"
success: "#17834d"
warning: "#906d1a"
danger: "#bf3722"
info: "#226bbf"
typography:
display-xl:
fontFamily: "Inter Tight"
fontSize: 64px
fontWeight: 600
lineHeight: 1.05
letterSpacing: -1.5px
display-lg:
fontFamily: "Inter Tight"
fontSize: 48px
fontWeight: 600
lineHeight: 1.1
letterSpacing: -1px
display-md:
fontFamily: "Inter Tight"
fontSize: 34px
fontWeight: 600
lineHeight: 1.15
letterSpacing: -0.5px
body:
fontFamily: "Inter"
fontSize: 16px
fontWeight: 400
lineHeight: 1.6
letterSpacing: 0px
body-sm:
fontFamily: "Inter"
fontSize: 14px
fontWeight: 400
lineHeight: 1.55
letterSpacing: 0px
button:
fontFamily: "Inter"
fontSize: 15px
fontWeight: 600
lineHeight: 1
letterSpacing: 0.1px
caption:
fontFamily: "Inter"
fontSize: 12px
fontWeight: 400
lineHeight: 1.4
letterSpacing: 0.2px
code:
fontFamily: "JetBrains Mono"
fontSize: 13px
fontWeight: 400
lineHeight: 1.5
letterSpacing: 0px
spacing:
xxs: 4px
xs: 8px
sm: 12px
md: 16px
lg: 24px
xl: 32px
xxl: 48px
rounded:
sm: 6px
md: 10px
lg: 16px
pill: 9999px
components:
button-primary:
backgroundColor: "{colors.primary}"
textColor: "{colors.on-primary}"
rounded: "{rounded.md}"
padding: 10px 18px
button-secondary:
backgroundColor: "{colors.surface}"
textColor: "{colors.ink}"
border: "1px solid {colors.border}"
rounded: "{rounded.md}"
input:
backgroundColor: "{colors.canvas}"
textColor: "{colors.ink}"
border: "1px solid {colors.border}"
rounded: "{rounded.md}"
card:
backgroundColor: "{colors.surface}"
textColor: "{colors.body}"
border: "1px solid {colors.border}"
rounded: "{rounded.lg}"
---
# Ledger
Ledger is exact. A cool-white surface, tight typography, dense-friendly spacing, and a decisive accent for the one action that matters. For fintech, analytics, and dashboards full of numbers.
## Accessibility
Every text pair meets WCAG AA, enforced at synthesis time:
- Ink on canvas: 15.22:1
- Body on canvas: 6.66:1
- Muted on canvas: 4.62:1
- Text on primary: 5.06:1
## How to use
Drop this folder into your project and point your coding agent (Claude Code, Cursor, Codex) at `DESIGN.md`. Load `css/tokens.css` for the variables, open `preview.html` to see the system applied. Generated by ux-skill: deterministic, offline, never calls an LLM.
How to use
Download the folder and point your coding agent (Claude Code, Cursor, Codex) at DESIGN.md. Load css/tokens.css for the variables and open preview.html to see it applied. Generated by the ux-skill engine: deterministic, offline, never calls an LLM. Free under MIT.