Dagger — design system & UI screens
Light hero with a playful mascot illustration and an install command for the programmable CI/CD engine.
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/dagger.
Decoded design system
Dagger's decoded design system: background #F8F4EF, text #131226, accent #131226, link #131226, primary #000000; type scale h1 68px / h2 44px / body 20px; 4px spacing base; 0px base radius. The single interactive/action color is #131226 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F8F4EF |
| surface | #EAE6E2 |
| border | #D5D2D0 |
| text | #131226 |
| text_muted | #6A6772 |
| primary | #000000 |
| accent | #131226 |
| link | #131226 |
| button_bg | #131226 |
| button_text | #FFFFFF |
Using these colors
- Action color
#131226— the single interactive color; only on things you click or must notice, never large fills. accent,link,button_bgare all#131226— one role, not several (the action color).- accent
#131226— 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
#000000— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #131226).
Typography
- Heading: General Sans
- Body: Inter
- h1: 68px
- h2: 44px
- body: 20px
Spacing
- base unit: 4px
- scale: 2px, 4px, 8px, 12px, 16px, 20px, 24px, 32px, 40px, 48px
Radii
- base: 0px
- button: 8px
Motion
Micro-interactions run at 150ms (dominant) with ease.
- durations: 150ms · 200ms · 300ms
- easings:
ease - animated properties: color, opacity, transform, border-color
Native design tokens
| Token | Value |
|---|---|
--color-bg | #f8f4ef |
--color-card | #ffffff |
--color-dark | #131226 |
--color-dark-alt | #191922 |
--color-border | #e7e6ef |
--color-orange | #ef7b1a |
--color-teal | #40b9bc |
--color-yellow | #fcc009 |
--color-blue | #3d66ff |
--radius-xs | 4px |
…and 9 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1440px - nav: 93px fixed
- common grid: 2 columns
Input (measured)
height 46px · radius 8px · focus ring 1px auto rgb(16, 16, 16)
Responsive (measured)
- breakpoints: 767px · 809px · 1199px · 1439px
- mobile (390px): hero 40px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →