MozaikaDesign system

LottieFiles — Design System

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

The full decoded design system for LottieFiles: 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/lottiefiles.

Tokens

LottieFiles's decoded design system: background #FFFFFF, text #09090B, accent #019D91, link #111827, primary #019D91; type scale h1 96px / h2 64px / body 18px; 8px spacing base; 8px base radius. The single interactive/action color is #019D91 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F0F0F0
border#DADADA
text#09090B
text_muted#666667
primary#019D91
accent#019D91
link#111827
secondary#001B28
button_bg#019D91
button_text#FAFAFA

Using these colors

Typography

Spacing

Radii

Shadow

rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--cc-link-color#30363c
--cc-bg#fff
--cc-primary-color#2c2f31
--cc-secondary-color#5e6266
--cc-btn-primary-bg#30363c
--cc-btn-primary-color#fff
--cc-btn-primary-border-color#30363c
--cc-btn-primary-hover-bg#000
--cc-btn-primary-hover-color#fff
--cc-btn-primary-hover-border-color#000

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.flex×2 → div.flexdiv.animate-carousel

Responsive (measured)

Per-section tokens (12)

Export: DESIGN.md

# LottieFiles — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F0F0F0` |
| border | `#DADADA` |
| text | `#09090B` |
| text_muted | `#666667` |
| primary | `#019D91` |
| accent | `#019D91` |
| link | `#111827` |
| secondary | `#001B28` |
| button_bg | `#019D91` |
| button_text | `#FAFAFA` |

**Using these colors**

- **Action color** `#019D91` — 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 `#019D91` — one role, not several (your action color).
- **accent** `#019D91` — 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** `#111827` — inline text links and link-styled controls.
- **secondary** `#001B28` — 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` 90.5% · `#B8C7C0` 4% · `#36464D` 3.6% · `#EEF2F2` 1.9%

## Typography

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

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 96px / 500 · lh 100px · tracking -4.8px |
| h2 | 64px / 500 · lh 74px · tracking -2.56px |
| h3 | 32px / 500 · lh 38px · tracking -0.96px |
| body | 16px / 400 · lh 22px |
| small | 14px / 500 · lh 20px |

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

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

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 4px, 8px, 12px, 16px, 20px, 24px, 32px, 40px, 44px — snap all gaps/padding to these
- section rhythm: 80px top/bottom padding per section (measured)

## Radius
- base: 8px
- button: 12px
- card: 16px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `oklch(0.626 0.11 185.333)` / `oklch(0.985 0 0)` | none | 6px | 8px 16px 8px 16px | 500 14px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px |
| secondary | `oklch(1 0 0)` / `oklch(0.141 0.005 285.823)` | 1px solid oklch(0.92 0.004 286.32) | 12px | 0px 24px 0px 24px | 500 16px | none |

**States (measured, not guessed)**

- primary hover: background `oklab(0.626 -0.109524 -0.0102239 / 0.9)`
- secondary hover: background `oklch(0.967 0.001 286.375)` · color `oklch(0.21 0.006 285.885)`
- transition: `all 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 300ms (dominant) · 150ms · 200ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear`
- animated properties: color, box-shadow, background-color, border-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 |
|-------|-------|
| `--cc-link-color` | `#30363c` |
| `--cc-bg` | `#fff` |
| `--cc-primary-color` | `#2c2f31` |
| `--cc-secondary-color` | `#5e6266` |
| `--cc-btn-primary-bg` | `#30363c` |
| `--cc-btn-primary-color` | `#fff` |
| `--cc-btn-primary-border-color` | `#30363c` |
| `--cc-btn-primary-hover-bg` | `#000` |
| `--cc-btn-primary-hover-color` | `#fff` |
| `--cc-btn-primary-hover-border-color` | `#000` |
| `--cc-btn-secondary-bg` | `#eaeff2` |
| `--cc-btn-secondary-color` | `#2c2f31` |

_…and 108 more measured on the page._

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

## Layout (measured)
- container max 1440px · common grid: 2-col
- nav: 36px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 64 | 702 | 2 | 64 | 0/0 | — |
| 766 | 784 | — | — | 80/40 | — |
| 1630 | 935 | — | — | 0/0 | — |
| 2566 | 1062 | 2 | 24 | 0/80 | 64/36 |
| 3627 | 1664 | 2 | 16 | 80/80 | — |

## Motion choreography (measured)
Load order: `div.flex`×2 @0ms → `div.flex` @1ms → `div.animate-carousel` @1ms

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

## Components (measured)
- link: oklch(0.21 0.006 285.885) · no underline
- disabled: bg #FFFFFF · text oklch(0.141 0.005 285.823)

## Responsive (measured)
- breakpoints: 350px
- 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/lottiefiles

Export: Tailwind v4 (@theme)

@theme {
  /* action color #019D91 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F0F0F0;
  --color-border: #DADADA;
  --color-text: #09090B;
  --color-text-muted: #666667;
  --color-primary: #019D91;  /* primary brand / action color. */
  --color-accent: #019D91;  /* 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: #111827;  /* inline text links and link-styled controls. */
  --color-secondary: #001B28;  /* 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: #019D91;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FAFAFA;
  /* fonts: DM Sans — free, on Google. Inter — free, on Google. */
  --font-heading: "DM Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500 — use these, not 400/600 */
  --text-hero: 96px; --font-weight-hero: 500; --leading-hero: 100px; --tracking-hero: -4.8px;
  --text-h2: 64px; --font-weight-h2: 500; --leading-h2: 74px; --tracking-h2: -2.56px;
  --text-h3: 32px; --font-weight-h3: 500; --leading-h3: 38px; --tracking-h3: -0.96px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 22px;
  --text-small: 14px; --font-weight-small: 500; --leading-small: 20px;
  --radius-base: 8px;
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;
  --color-btn-hover: oklab(0.626 -0.109524 -0.0102239 / 0.9);  /* measured primary hover fill */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 80px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 8, 12, 16, 20, 24, 32, 40, 44px */
}

Export: CSS variables

:root {
  /* action color #019D91 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F0F0F0;
  --border: #DADADA;
  --text: #09090B;
  --text-muted: #666667;
  --primary: #019D91;  /* primary brand / action color. */
  --accent: #019D91;  /* 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: #111827;  /* inline text links and link-styled controls. */
  --secondary: #001B28;  /* 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: #019D91;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FAFAFA;
  --font-heading: "DM Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 96px; --weight-hero: 500; --leading-hero: 100px; --tracking-hero: -4.8px;
  --text-h2: 64px; --weight-h2: 500; --leading-h2: 74px; --tracking-h2: -2.56px;
  --text-h3: 32px; --weight-h3: 500; --leading-h3: 38px; --tracking-h3: -0.96px;
  --text-body: 16px; --weight-body: 400; --leading-body: 22px;
  --text-small: 14px; --weight-small: 500; --leading-small: 20px;
  --radius: 8px;
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;
  --btn-bg-hover: oklab(0.626 -0.109524 -0.0102239 / 0.9);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 80px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --cc-link-color: #30363c;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: #30363c;
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: #000;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: #2c2f31;
}
/* fonts: DM Sans — free, on Google. Inter — free, on Google. */