MozaikaDesign system

TickTick — Design System

light · modern · medium · custom · confidence 92% · deep decode

The full decoded design system for TickTick: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/ticktick.

Tokens

TickTick's decoded design system: background #FFFFFF, text #191919, accent #4772FA, link #6C8EFB, primary #4772FA; type scale h1 52px / h2 36px / body 28px; 8px spacing base; 0px base radius. The single interactive/action color is #4772FA — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DCDCDC
text#191919
text_muted#707070
primary#4772FA
accent#4772FA
link#6C8EFB
button_bg#4772FA
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with cubic-bezier(0.45, 0, 0.55, 1).

Native design tokens

TokenValue
--baseCardBorderRadius30px
--containerLargeWidth90%
--containerWidth90%
--containerLargeMaxWidth1400px
--containerMaxWidth1200px
--moduleTitleMarginTop140px
--moduleTitleMarginBottom60px

Button states (measured)

Motion choreography (measured)

Load order: divdiv.fade-enter_3jVfR×4 → div.fade-enter_3jVfR×4

Scroll reveal: 7 elements rest at opacity 0, translateY(40px), animate in over 0.5s cubic-bezier(0.45, 0, 0.55, 1).

Responsive (measured)

Per-section tokens (14)

Export: DESIGN.md

# TickTick — Design System

> light, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DCDCDC` |
| text | `#191919` |
| text_muted | `#707070` |
| primary | `#4772FA` |
| accent | `#4772FA` |
| link | `#6C8EFB` |
| button_bg | `#4772FA` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#4772FA` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `button_bg` are all `#4772FA` — one role, not several (your action color).
- **accent** `#4772FA` — 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** `#6C8EFB` — inline text links and link-styled controls.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 69% · `#E3EEFA` 26.3% · `#BDC7DB` 4.7%

## Typography

- Heading: **Segoe UI** _(free fallback: Newsreader)_
- Body: **Roboto**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 52px / 700 · lh 63px · tracking 1.04px |
| h2 | 36px / 700 · lh 48px · tracking 0.72px |
| h3 | 26px / 600 · lh 40px |
| body | 18px / 400 · lh 28px |
| small | 16px / 500 · lh 80px |

- Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts). Roboto — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 8px, 20px, 24px, 32px, 36px, 40px, 48px, 52px, 60px, 80px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 999px
- card: 30px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#4772FA` / `#FFFFFF` | none | 9999px | 0px 36px 0px 36px | 400 20px | none |
| secondary | `rgba(0, 0, 0, 0)` / `rgba(25, 25, 25, 0.8)` | 1px solid rgba(0, 0, 0, 0.24) | 9999px | 8px 20px 8px 20px | 500 16px | none |

**States (measured, not guessed)**

- primary hover: background `#6C8EFB`
- secondary hover: border `1px solid rgba(0, 0, 0, 0.56)`
- transition: `all 0.3s ease`

## Shadows (elevation)
- card: `rgba(11, 32, 96, 0.05) 0px 6px 24px 0px`
- overlay: `rgba(15, 28, 71, 0.1) 0px 12px 64px 0px`

## Motion
- durations: 200ms (dominant) · 500ms · 300ms
- easings: `cubic-bezier(0.45, 0, 0.55, 1)` (dominant) · `ease`
- animated properties: transform, opacity, -webkit-transform, margin

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--baseCardBorderRadius` | `30px` |
| `--containerLargeWidth` | `90%` |
| `--containerWidth` | `90%` |
| `--containerLargeMaxWidth` | `1400px` |
| `--containerMaxWidth` | `1200px` |
| `--moduleTitleMarginTop` | `140px` |
| `--moduleTitleMarginBottom` | `60px` |

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Motion choreography (measured)
Load order: `div` @0ms → `div.fade-enter_3jVfR`×4 @300ms → `div.fade-enter_3jVfR`×4 @301ms
- scroll reveal: 7 elements rest at opacity 0, translateY(40px), animate in over 0.5s cubic-bezier(0.45, 0, 0.55, 1) (6 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Responsive (measured)
- breakpoints: 320px · 480px · 768px · 1024px
- mobile (390px): hero 40px · body 16px · nav: inline

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/ticktick

Export: Tailwind v4 (@theme)

@theme {
  /* action color #4772FA — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F1F1F1;
  --color-border: #DCDCDC;
  --color-text: #191919;
  --color-text-muted: #707070;
  --color-primary: #4772FA;  /* primary brand / action color. */
  --color-accent: #4772FA;  /* 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. */
  --color-link: #6C8EFB;  /* inline text links and link-styled controls. */
  --color-button-bg: #4772FA;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts). Roboto — free, on Google. */
  --font-heading: "Segoe UI", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 52px; --font-weight-hero: 700; --leading-hero: 63px; --tracking-hero: 1.04px;
  --text-h2: 36px; --font-weight-h2: 700; --leading-h2: 48px; --tracking-h2: 0.72px;
  --text-h3: 26px; --font-weight-h3: 600; --leading-h3: 40px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 28px;
  --text-small: 16px; --font-weight-small: 500; --leading-small: 80px;
  --radius-base: 0px;
  --radius-button: 999px;
  --radius-card: 30px;
  --radius-pill: 9999px;
  --shadow-card: rgba(11, 32, 96, 0.05) 0px 6px 24px 0px;
  --shadow-overlay: rgba(15, 28, 71, 0.1) 0px 12px 64px 0px;
  --color-btn-hover: #6C8EFB;  /* measured primary hover fill */
  --ease-brand: cubic-bezier(0.45, 0, 0.55, 1);
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 8, 20, 24, 32, 36, 40, 48, 52, 60, 80px */
}

Export: CSS variables

:root {
  /* action color #4772FA — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F1F1F1;
  --border: #DCDCDC;
  --text: #191919;
  --text-muted: #707070;
  --primary: #4772FA;  /* primary brand / action color. */
  --accent: #4772FA;  /* 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: #6C8EFB;  /* inline text links and link-styled controls. */
  --button-bg: #4772FA;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Segoe UI", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Roboto", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 52px; --weight-hero: 700; --leading-hero: 63px; --tracking-hero: 1.04px;
  --text-h2: 36px; --weight-h2: 700; --leading-h2: 48px; --tracking-h2: 0.72px;
  --text-h3: 26px; --weight-h3: 600; --leading-h3: 40px;
  --text-body: 18px; --weight-body: 400; --leading-body: 28px;
  --text-small: 16px; --weight-small: 500; --leading-small: 80px;
  --radius: 0px;
  --radius-button: 999px;
  --radius-card: 30px;
  --radius-pill: 9999px;
  --shadow-card: rgba(11, 32, 96, 0.05) 0px 6px 24px 0px;
  --shadow-overlay: rgba(15, 28, 71, 0.1) 0px 12px 64px 0px;
  --btn-bg-hover: #6C8EFB;
  --ease: cubic-bezier(0.45, 0, 0.55, 1);
  --duration-fast: 200ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --baseCardBorderRadius: 30px;
  --containerLargeWidth: 90%;
  --containerWidth: 90%;
  --containerLargeMaxWidth: 1400px;
  --containerMaxWidth: 1200px;
  --moduleTitleMarginTop: 140px;
  --moduleTitleMarginBottom: 60px;
}
/* fonts: Segoe UI may be proprietary — safe free fallback: Newsreader (Google Fonts). Roboto — free, on Google. */