Ghostfolio — design system & UI screens
Overview — Open-source wealth management and portfolio tracking.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/ghostfolio.
Decoded design system
Ghostfolio's decoded design system: background #FFFFFF, text #212529, accent #6C757D, link #191C1C, primary #36CFCC; type scale h1 187px / h2 58px / body 16px; 8px spacing base; 2px base radius. The single interactive/action color is #36CFCC — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F2 |
| border | #DDDEDE |
| text | #212529 |
| text_muted | #75777A |
| primary | #36CFCC |
| accent | #6C757D |
| link | #191C1C |
| secondary | #007BFF |
| button_bg | #36CFCC |
| button_text | #FFFFFF |
Using these colors
- Action color
#36CFCC— the single interactive color; only on things you click or must notice, never large fills. primary,button_bgare all#36CFCC— one role, not several (the action color).- accent
#6C757D— accent for emphasis — keep it rare on the page. - link
#191C1C— reads as a neutral UI color, not a link accent — verify against the reference (action = #36CFCC). - secondary
#007BFF— 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: Roboto
- Body: Inter
- h1: 187px
- h2: 58px
- body: 16px
Spacing
- base unit: 8px
- scale: 4px, 8px, 15px, 16px, 24px, 32px
Radii
- base: 2px
- button: 4px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.2) 0px 0px 0px 0px, rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px
Motion
Micro-interactions run at 250ms (dominant) with ease.
- durations: 250ms · 300ms · 280ms
- easings:
ease·cubic-bezier(0.4, 0, 0.2, 1) - animated properties: fill, stroke, transform, opacity
Native design tokens
| Token | Value |
|---|---|
--gf-theme-primary-500 | #36cfcc |
--gf-theme-secondary-500 | #3686cf |
--blue | #007bff |
--indigo | #6610f2 |
--purple | #6f42c1 |
--pink | #e83e8c |
--red | #dc3545 |
--orange | #fd7e14 |
--yellow | #ffc107 |
--green | #28a745 |
…and 110 more measured on the page.
Layout (measured)
- container max-width:
1140px - nav: 52px
Motion choreography (measured)
Load order: a.mdc-button → a.mdc-button → a.mdc-button → a.mdc-button → path.svgMap-country×53 → div.align-items-center
Themes
dark counterpart: background #191919, text #FFFFFF.
Responsive (measured)
- breakpoints: 576px · 599px · 768px · 992px · 1200px
- mobile (390px): hero 39px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →