Typefully — design system & UI screens
Muted-gray social-scheduling landing framed inside the Typefully composer UI; a centered sign-up card with Google / X / LinkedIn / Email options over a creators logo wall (Product Hunt, Vercel, Coinbase, Shopify, Raycast).
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/typefully.
Decoded design system
Typefully's decoded design system: background #FFFFFF, text #354450, accent #FF9029, link #354450, primary #5C6D7A; type scale h1 44px / h2 36px / body 14.5px; 6px spacing base; 4px base radius. The single interactive/action color is #FF9029 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F2F3F4 |
| border | #E0E2E4 |
| text | #354450 |
| text_muted | #818B92 |
| primary | #5C6D7A |
| accent | #FF9029 |
| link | #354450 |
| secondary | #199AF5 |
| button_bg | #FF9029 |
| button_text | #FFFFFF |
Using these colors
- Action color
#FF9029— the single interactive color; only on things you click or must notice, never large fills. accent,button_bgare all#FF9029— one role, not several (the action color).- accent
#FF9029— 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
#5C6D7A— a brand color — but the call-to-action uses #FF9029, not this. - link
#354450— inline text links and link-styled controls. - secondary
#199AF5— 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: Inter
- Body: Inter
- Mono: ui-monospace
- h1: 44px
- h2: 36px
- body: 14.5px
Spacing
- base unit: 6px
- scale: 2px, 3px, 4px, 6px, 8px, 10px, 12px, 14px, 16px, 18px
Radii
- base: 4px
- button: 9999px
Shadows (elevation)
- overlay:
rgba(123, 99, 242, 0.13) 0px 0px 50px 0px, rgba(123, 99, 242, 0.12) 0px 0px 160px 0px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 200ms · 150ms · 250ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: opacity, color, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--accent | hsl(205 92% 53%) |
--xSubscribe | rgb(201 54 204) |
--c1 | hsl(0 0% 0%) |
--c2 | hsl(207 20% 26%) |
--c3 | hsl(207 14% 42%) |
--c4 | hsl(207 12% 60%) |
--c5 | hsl(205 10% 80%) |
--c6 | hsl(207 8% 91%) |
--c7 | hsl(204 8% 94%) |
--bg0 | hsl(0 0% 100%) |
…and 110 more measured on the page.
Layout (measured)
- container max-width:
1056px - common grid: 3 columns
Motion choreography (measured)
Load order: div.flex-none×4 → div.fixed → div.relative×2 → div.absolute×51 → div.relative
Scroll reveal: 22 elements rest at opacity 0, translateY(2px), animate in over 0.25s cubic-bezier(0.4, 0, 0.2, 1).
Overlay recipe (measured)
dialog panel: #FFFFFF · radius 16px 16px 0px 0px · enter 500ms linear
Themes
dark counterpart: background #111418, text #000000.
Responsive (measured)
- breakpoints: 640px
- mobile (390px): hero 28px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →