Opus Clip — design system & UI screens
Dark hero with a video-clipping workspace: paste a long video and get short vertical clips scored for virality, ready to publish across social.
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/opus-clip.
Decoded design system
Opus Clip's decoded design system: background #000000, text #FFFFFF, accent #6723FF, link #2B2F3B, primary #6723FF; type scale h1 60px / h2 16px / body 14.08px; 4px spacing base; 12px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #000000 |
| surface | #0F0F0F |
| border | #262626 |
| text | #FFFFFF |
| text_muted | #9E9E9E |
| primary | #6723FF |
| accent | #6723FF |
| link | #2B2F3B |
| secondary | #D1FF05 |
| button_bg | #FFFFFF |
| button_text | #000000 |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#6723FF— one role, not several (the action color).- accent
#6723FF— accent for emphasis — keep it rare on the page. - link
#2B2F3B— fails contrast on the background (~1.6:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#D1FF05— 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: Geist
- Body: Geist
- h1: 60px
- h2: 16px
- body: 14.08px
Spacing
- base unit: 4px
- scale: 6px, 8px, 10px, 12px, 15px, 16px, 24px, 28px, 40px, 44px
Radii
- base: 12px
- button: 8px
Shadows (elevation)
- overlay:
rgba(0, 0, 0, 0.3) 0px 30px 70px 0px
Motion
Micro-interactions run at 200ms (dominant) with ease.
- durations: 200ms · 400ms · 300ms
- easings:
ease·linear - animated properties: color, transform, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--dark | #24235e |
--opus-purple | #6723ff |
--opus-candy-blue | #72ffff |
--opus-dark-bg | #1e0752 |
--opus-light-blue | #00d7ff |
--primary-blue | #4262ff |
--playful-yellow | #ffd02f |
--sweet-purple | #a259ff |
--white-smoke-search | #f4f4f4 |
--red | #f24e1e |
…and 110 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1200px - nav: 72px relative
Motion choreography (measured)
Load order: a.home0625_partner_tabs_li×2 → a.home0625_partner_tabs_li×2 → div.home0625_creators_carous×4 → div.swiper-button-prev → div.swiper-button-prev → div.swiper-slide
Scroll reveal: 1 elements rest at opacity 0, animate in over 0.3s ease.
Responsive (measured)
- breakpoints: 479px · 601px · 640px · 768px · 992px · 1024px
- mobile (390px): hero 25px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →