Together AI — design system & UI screens
Light hero with a 3D abstract render and a research-lab logo wall: DeepMind, cohere, ElevenLabs.
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/together-ai.
Decoded design system
Together AI's decoded design system: background #FFFFFF, text #000000, accent #C1DFF9, link #C1DFF9, primary #191935; type scale h1 64px / h2 40px / body 14px; 8px spacing base; 4px base radius. The single interactive/action color is #000000 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #191935 |
| accent | #C1DFF9 |
| link | #C1DFF9 |
| secondary | #FDE3F6 |
| button_bg | #000000 |
| button_text | #FFFFFF |
Using these colors
- Action color
#000000— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#C1DFF9— one role, not several (the action color).- accent
#C1DFF9— accent for emphasis — keep it rare on the page. - primary
#191935— a brand color — but the call-to-action uses #000000, not this. - secondary
#FDE3F6— 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: The Future
- Body: Georgia
- Mono: PP Neue Montreal Mono
- h1: 64px
- h2: 40px
- body: 14px
Spacing
- base unit: 8px
- scale: 2px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px
Radii
- base: 4px
- button: 4px
Shadows (elevation)
- card:
rgba(1, 1, 32, 0.05) 0px 12px 34px 12px - overlay:
rgba(1, 1, 32, 0.1) -10px 0px 75px 0px
Motion
Micro-interactions run at 450ms (dominant) with ease.
- durations: 450ms · 350ms · 300ms
- easings:
ease·cubic-bezier(0.215, 0.61, 0.355, 1) - animated properties: opacity, background-color, border-color, color
Native design tokens
| Token | Value |
|---|---|
--brand--black | #000 |
--product--purple-02 | #dfddfe |
--shades--black-opacity-70 | #000000b3 |
--shades--black-opacity-8 | #00000014 |
--shades--black-opacity-16 | #00000029 |
--shades--white-opacity-80 | #fffc |
--shades--white-opacity-12 | #ffffff1f |
--shades--white-opacity-8 | #ffffff14 |
--shades--black-opacity-32 | #00000052 |
--product--purple-01 | #bdbbff |
…and 43 more measured on the page.
Button states (measured)
- primary hover: background
rgba(0, 0, 0, 0.706) - primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1440px - nav: 60px
Motion choreography (measured)
Load order: div.hp-hero_collection-wrap×3 → ul.research-logo-list → div.announcement-bar_item×4
Scroll reveal: 40 elements rest at opacity 0, translateY(40px), animate in over 0.3s ease.
Responsive (measured)
- breakpoints: 479px · 584px · 767px · 928px · 992px
- mobile (390px): hero 38px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →