MozaikaDesign system

Sunsama — Design System

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

Sunsama sells calm productivity in daylight tones: DM Sans at 48px/600 on pure white, a single warm orange #FF891C spent on 30px-radius pill CTAs, and softly shadowed planner screenshots that feel like a paper day-planner. Everything about the page performs the product's promise — unhurried, tidy, one day at a time.

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/sunsama.

Tokens

Sunsama's decoded design system: background #FFFFFF, text #202228, accent #FF891C, link #E8F9FF, primary #FF891C; type scale h1 48px / h2 40px / body 16px; 4px spacing base; 16px base radius. The single interactive/action color is #FF891C — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F2
border#DDDDDE
text#202228
text_muted#747579
primary#FF891C
accent#FF891C
link#E8F9FF
secondary#ECFFF2
button_bg#FF891C
button_text#202228

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 200ms (dominant) with ease.

Native design tokens

TokenValue
--black#202228
--ss-orange#ff891c
--light-black#2c3034
--border-new#f2f2f2
--bg-light-grey-new#fafafa
--border-2-new#eeece6e3
--card-bg-white-50-new#ffffff80
--bg-secondary-new#f6f5f1
--blue#2da8ff
--ss-dark-organge#f06351

…and 5 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Scroll reveal: 3 elements rest at opacity 0, translateY(16px).

Responsive (measured)

Per-section tokens (17)

Export: DESIGN.md

# Sunsama — Design System

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

Sunsama sells calm productivity in daylight tones: DM Sans at 48px/600 on pure white, a single warm orange #FF891C spent on 30px-radius pill CTAs, and softly shadowed planner screenshots that feel like a paper day-planner. Everything about the page performs the product's promise — unhurried, tidy, one day at a time.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F2` |
| border | `#DDDDDE` |
| text | `#202228` |
| text_muted | `#747579` |
| primary | `#FF891C` |
| accent | `#FF891C` |
| link | `#E8F9FF` |
| secondary | `#ECFFF2` |
| button_bg | `#FF891C` |
| button_text | `#202228` |

**Using these colors**

- **Action color** `#FF891C` — 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 `#FF891C` — one role, not several (your action color).
- **accent** `#FF891C` — 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** `#E8F9FF` — fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#ECFFF2` — 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.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 76.9% · `#FDE3D1` 9.3% · `#AD9F9D` 8.2% · `#E8E5E4` 5.6%

## Typography

- Heading: **DM Sans**
- Body: **DM Sans**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 51px / 600 · lh 59px · tracking -0.51px |
| h2 | 48px / 600 · lh 56px · tracking -0.48px |
| h3 | 44px / 600 · lh 48px · tracking -0.44px |
| body | 16px / 500 · lh 20px · tracking -0.16px |
| small | 15px / 400 · lh 23px |

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

> **Fonts —** DM Sans — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px — snap all gaps/padding to these

## Radius
- base: 16px
- button: 30px
- card: 10px
- pill: 9999px
- sharp: 3px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FF891C` / `#202228` | none | 30px | 10px 22px 10px 22px | 400 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#000000` | 1px solid rgb(0, 0, 0) | 3px | 7.5px 24px 7.5px 24px | 700 12px | none |

**States (measured, not guessed)**

- primary hover: background `#DB7414`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `background-color 0.2s ease`

## Shadows (elevation)
- subtle: `rgba(61, 71, 83, 0.05) 0px 0px 0px 0px, rgba(61, 71, 83, 0.05) 0px 1px 0px 0px, rgba(61, 71, 83, 0.08) 0px 2px 4px 0px`
- card: `rgba(0, 0, 0, 0.25) 0px 0px 35px 0px`

## Motion
- durations: 200ms (dominant)
- easings: `ease` (dominant)
- animated properties: background-color

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 |
|-------|-------|
| `--black` | `#202228` |
| `--ss-orange` | `#ff891c` |
| `--light-black` | `#2c3034` |
| `--border-new` | `#f2f2f2` |
| `--bg-light-grey-new` | `#fafafa` |
| `--border-2-new` | `#eeece6e3` |
| `--card-bg-white-50-new` | `#ffffff80` |
| `--bg-secondary-new` | `#f6f5f1` |
| `--blue` | `#2da8ff` |
| `--ss-dark-organge` | `#f06351` |
| `--orange-light` | `#ffe8e4` |
| `--border-dark` | `#e5e4e0` |

_…and 3 more measured on the page._

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

## Layout (measured)
- nav: 84px relative · bg rgba(221, 221, 221, 0)

## Motion choreography (measured)
- scroll reveal: 3 elements rest at opacity 0, translateY(16px) (2 revealed during the drive).

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

## Responsive (measured)
- breakpoints: 479px · 584px · 767px · 928px · 991px · 1120px
- mobile (390px): body 16px · nav: hamburger

## 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/sunsama

Export: Tailwind v4 (@theme)

@theme {
  /* action color #FF891C — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F1F1F2;
  --color-border: #DDDDDE;
  --color-text: #202228;
  --color-text-muted: #747579;
  --color-primary: #FF891C;  /* primary brand / action color. */
  --color-accent: #FF891C;  /* 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: #E8F9FF;  /* fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --color-secondary: #ECFFF2;  /* 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. */
  --color-button-bg: #FF891C;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #202228;
  /* fonts: DM Sans — free, on Google. */
  --font-heading: "DM Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "DM Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 51px; --font-weight-hero: 600; --leading-hero: 59px; --tracking-hero: -0.51px;
  --text-h2: 48px; --font-weight-h2: 600; --leading-h2: 56px; --tracking-h2: -0.48px;
  --text-h3: 44px; --font-weight-h3: 600; --leading-h3: 48px; --tracking-h3: -0.44px;
  --text-body: 16px; --font-weight-body: 500; --leading-body: 20px; --tracking-body: -0.16px;
  --text-small: 15px; --font-weight-small: 400; --leading-small: 23px;
  --radius-base: 16px;
  --radius-button: 30px;
  --radius-card: 10px;
  --radius-pill: 9999px;
  --radius-sharp: 3px;
  --shadow-card: rgba(0, 0, 0, 0.25) 0px 0px 35px 0px;
  --shadow-subtle: rgba(61, 71, 83, 0.05) 0px 0px 0px 0px, rgba(61, 71, 83, 0.05) 0px 1px 0px 0px, rgba(61, 71, 83, 0.08) 0px 2px 4px 0px;
  --color-btn-hover: #DB7414;  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 10, 12, 16, 20, 24, 32, 40px */
}

Export: CSS variables

:root {
  /* action color #FF891C — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F1F1F2;
  --border: #DDDDDE;
  --text: #202228;
  --text-muted: #747579;
  --primary: #FF891C;  /* primary brand / action color. */
  --accent: #FF891C;  /* 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: #E8F9FF;  /* fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --secondary: #ECFFF2;  /* 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. */
  --button-bg: #FF891C;  /* primary-button fill — the main call-to-action color. */
  --button-text: #202228;
  --font-heading: "DM Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "DM Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 51px; --weight-hero: 600; --leading-hero: 59px; --tracking-hero: -0.51px;
  --text-h2: 48px; --weight-h2: 600; --leading-h2: 56px; --tracking-h2: -0.48px;
  --text-h3: 44px; --weight-h3: 600; --leading-h3: 48px; --tracking-h3: -0.44px;
  --text-body: 16px; --weight-body: 500; --leading-body: 20px; --tracking-body: -0.16px;
  --text-small: 15px; --weight-small: 400; --leading-small: 23px;
  --radius: 16px;
  --radius-button: 30px;
  --radius-card: 10px;
  --radius-pill: 9999px;
  --radius-sharp: 3px;
  --shadow-card: rgba(0, 0, 0, 0.25) 0px 0px 35px 0px;
  --shadow-subtle: rgba(61, 71, 83, 0.05) 0px 0px 0px 0px, rgba(61, 71, 83, 0.05) 0px 1px 0px 0px, rgba(61, 71, 83, 0.08) 0px 2px 4px 0px;
  --btn-bg-hover: #DB7414;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 200ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --black: #202228;
  --ss-orange: #ff891c;
  --light-black: #2c3034;
  --border-new: #f2f2f2;
  --bg-light-grey-new: #fafafa;
  --border-2-new: #eeece6e3;
  --card-bg-white-50-new: #ffffff80;
  --bg-secondary-new: #f6f5f1;
  --blue: #2da8ff;
  --ss-dark-organge: #f06351;
  --orange-light: #ffe8e4;
  --border-dark: #e5e4e0;
}
/* fonts: DM Sans — free, on Google. */