MozaikaLive decode

Loom — decoded design system

loom.com · light · modern · tailwind · deep decode — measured live

Loom's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/loom.com.

Decoded design system

Loom's decoded design system: background #FFFFFF, text #292A2E, accent #1868DB, link #101214, primary #1868DB; type scale h1 63px / h2 44px / body 19px; 4px spacing base; 12px base radius. The single interactive/action color is #1868DB — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F2F2F2
border#DEDFDF
text#292A2E
text_muted#7A7A7D
primary#1868DB
accent#1868DB
link#101214
secondary#F8EEFE
button_bg#1868DB
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 100ms (dominant) with ease-in-out.

Native design tokens

TokenValue
--lns-color-bodyhsla(228,6%,17%,1)
--lns-color-bodyDimmedhsla(224,5%,44%,1)
--lns-color-backgroundhsla(0,0%,100%,1)
--lns-color-backgroundHoverhsla(209,75.6%,8%,0.08)
--lns-color-backgroundActivehsla(225.5,56.9%,10%,0.14)
--lns-color-overlayhsla(0,0%,100%,1)
--lns-color-primaryhsla(215.4,80%,47.65%,1)
--lns-color-primaryHoverhsla(215.9,79.9%,41%,1)
--lns-color-primaryActivehsla(216.3,69.2%,22.9%,1)
--lns-color-focusRinghsla(216.1,81.4%,60%,1)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.bg-thd-color-white×3 → a.thd-rounded-ext×6 → div.ThreadTestimonialCarousediv.ChatUnfurlAnimation_myBudiv.ChatUnfurlAnimation_theidiv.ChatUnfurlAnimation_thei

Overlay recipe (measured)

dialog panel: rgba(0, 0, 0, 0) · radius 0px

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/loom.com

registry item · or query it over MCP: get_design_system("Loom")

Export: DESIGN.md

# Loom — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F2F2F2` |
| border | `#DEDFDF` |
| text | `#292A2E` |
| text_muted | `#7A7A7D` |
| primary | `#1868DB` |
| accent | `#1868DB` |
| link | `#101214` |
| secondary | `#F8EEFE` |
| button_bg | `#1868DB` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#1868DB` — 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 `#1868DB` — one role, not several (your action color).
- **accent** `#1868DB` — 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** `#101214` — reads as a neutral UI color, not a link accent — verify against the reference (action = #1868DB).
- **secondary** `#F8EEFE` — 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` 62.4% · `#B6C5CD` 13.5% · `#8A999B` 8.7% · `#5E6C72` 7.5%

## Typography

- Heading: **Charlie Display** _(free fallback: Newsreader)_
- Body: **Charlie Text** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 63px / 700 · lh 65px |
| h2 | 44px / 700 · lh 50px |
| h3 | 33px / 700 · lh 41px |
| body | 19px / 400 · lh 31px |
| small | 18px / 700 · lh 27px |

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

> **Fonts —** Charlie Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Charlie Text may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 8px, 12px, 16px, 23px, 32px, 36px, 47px, 64px, 71px — snap all gaps/padding to these
- section rhythm: 111px top/bottom padding per section (measured)

## Radius
- base: 12px
- button: 9999px
- card: 42px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#1868DB` / `#FFFFFF` | none | 9999px | 7.80769px 15.6154px 7.80769px 15.6154px | 400 15.6154px | none |
| secondary | `#E9F2FE` / `#000000` | none | 9999px | — | — | none |

**States (measured, not guessed)**

- primary hover: transform `matrix(1.01, 0, 0, 1.01, 0, -1.56154)`
- transition: `transform 0.1s ease-in-out`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.04) 0px 2px 6px 0px, rgba(0, 0, 0, 0.06) 0px 5px 18px 0px, rgba(0, 0, 0, 0.1) 0px 24px 83px 0px`
- overlay: `rgba(0, 0, 0, 0.25) 0px 15px 50px 0px`

## Motion
- durations: 100ms (dominant) · 300ms · 500ms
- easings: `ease-in-out` (dominant) · `ease`
- animated properties: background-color, transform, 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 |
|-------|-------|
| `--lns-color-body` | `hsla(228,6%,17%,1)` |
| `--lns-color-bodyDimmed` | `hsla(224,5%,44%,1)` |
| `--lns-color-background` | `hsla(0,0%,100%,1)` |
| `--lns-color-backgroundHover` | `hsla(209,75.6%,8%,0.08)` |
| `--lns-color-backgroundActive` | `hsla(225.5,56.9%,10%,0.14)` |
| `--lns-color-overlay` | `hsla(0,0%,100%,1)` |
| `--lns-color-primary` | `hsla(215.4,80%,47.65%,1)` |
| `--lns-color-primaryHover` | `hsla(215.9,79.9%,41%,1)` |
| `--lns-color-primaryActive` | `hsla(216.3,69.2%,22.9%,1)` |
| `--lns-color-focusRing` | `hsla(216.1,81.4%,60%,1)` |
| `--lns-color-record` | `hsla(11,100%,62.2%,1)` |
| `--lns-color-recordHover` | `hsla(11,100%,52.2%,1)` |

_…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 1600px · common grid: 2-col
- nav: 90px sticky · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 90 | 1275 | 2 | 24 | 111/111 | 40/60 |
| 1365 | 777 | — | — | 111/111 | — |
| 2178 | 816 | 2 | 56 | 0/0 | — |
| 3085 | 960 | 2 | 71 | 0/0 | — |
| 4156 | 2394 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.bg-thd-color-white`×3 @0ms → `a.thd-rounded-ext`×6 @0ms → `div.ThreadTestimonialCarouse` @0ms → `div.ChatUnfurlAnimation_myBu` @0ms → `div.ChatUnfurlAnimation_thei` @1ms → `div.ChatUnfurlAnimation_thei` @1ms
- `span.thd-pulse` — opacity 1→1 — 1800ms ease · loops
- `div.ChatUnfurlAnimation_inte` — opacity 0→1 · transform →translateY(0px) — 6000ms ease · loops
- `div.ChatUnfurlAnimation_myBu` — opacity 0→1 · transform translateY(64px)→translateY(0px) — 6000ms ease · loops
- `div.ChatUnfurlAnimation_thei` — opacity 0→1 · transform translateY(96px)→translateY(0px) — 6000ms ease · loops
- `div.ChatUnfurlAnimation_thei` — height 36%→107% — 6000ms ease · loops
- `img.ChatUnfurlAnimation_thei` — opacity 0→1 — 6000ms ease · loops
- overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px

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

## Components (measured)
- link: #101214 · underline

## Responsive (measured)
- mobile (390px): hero 35px · 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.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Loom's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with loom.com. No screenshots stored. Removal requests: hello@mozaika.design.