Penpot — design system & UI screens
Light hero over a dark design-tool product UI; the open-source design platform for teams.
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/penpot.
Decoded design system
Penpot's decoded design system: background #F5F8FB, text #151035, accent #14CECA, link #151035, primary #14CECA; type scale h1 72px / h2 72px / body 16px; 8px spacing base; 8px base radius. The single interactive/action color is #14CECA — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F5F8FB |
| surface | #E7EAEF |
| border | #D3D5DD |
| text | #151035 |
| text_muted | #6A6880 |
| primary | #14CECA |
| accent | #14CECA |
| link | #151035 |
| secondary | #006ADC |
| button_bg | #14CECA |
| button_text | #151035 |
Using these colors
- Action color
#14CECA— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#14CECA— one role, not several (the action color).- accent
#14CECA— 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
#151035— inline text links and link-styled controls. - secondary
#006ADC— 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: Work Sans
- Body: Work Sans
- h1: 72px
- h2: 72px
- body: 16px
Spacing
- base unit: 8px
- scale: 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 48px, 64px
Radii
- base: 8px
- button: 8px
Shadows (elevation)
- overlay:
rgba(99, 101, 105, 0.25) 0px 10px 30px 0px
Motion
Micro-interactions run at 1000ms (dominant) with ease.
- durations: 1000ms · 100ms
- easings:
ease·linear - animated properties: background
Native design tokens
| Token | Value |
|---|---|
--gray-60 | #1F1F1F |
--gray-canvas | #F6F6F6 |
--dark-gray | #1C2022 |
--primary | #31EFB8 |
--border-radius | 12px |
--font-size-00 | 0.5rem |
--font-size-0 | 0.75rem |
--font-size-1 | 1rem |
--font-size-2 | 1.1rem |
--font-size-3 | 1.25rem |
…and 23 more measured on the page.
Button states (measured)
- primary hover: background
#151035 - primary focus: box-shadow
rgb(150, 199, 242) 0px 0px 0px 3px
Layout (measured)
- container max-width:
800px - nav: 80px sticky
- common grid: 5 columns
Motion choreography (measured)
Load order: div.Marquee_marqueeContent__×2
Responsive (measured)
- breakpoints: 500px · 768px · 1024px · 1920px
- mobile (390px): hero 48px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →