Obsidian — design system & UI screens
Light hero over a note editor with a knowledge graph and a phone-mockup of linked notes.
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/obsidian.
Decoded design system
Obsidian's decoded design system: background #0F0F0F, text #ECECEE, accent #7C3AED, link #A78BFA, primary #7C3AED; type scale h1 60px / h2 60px / body 36px; 4px spacing base; 6px base radius. The single interactive/action color is #7C3AED — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0F0F0F |
| surface | #1C1C1C |
| border | #303030 |
| text | #ECECEE |
| text_muted | #989899 |
| primary | #7C3AED |
| accent | #7C3AED |
| link | #A78BFA |
| secondary | #8A5CF5 |
| button_bg | #7C3AED |
| button_text | #FFFFFF |
Using these colors
- Action color
#7C3AED— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#7C3AED— one role, not several (the action color).- accent
#7C3AED— 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
#A78BFA— inline text links and link-styled controls. - secondary
#8A5CF5— 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: Inter
- Body: Roboto
- h1: 60px
- h2: 60px
- body: 36px
Spacing
- base unit: 4px
- scale: 2px, 3px, 4px, 6px, 8px, 12px, 16px, 23px, 24px, 32px
Radii
- base: 6px
- button: 8px
Shadow
rgb(255, 255, 255) 0px 0px 0px 0px inset, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px - card:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.25) 0px 25px 50px -12px
Motion
Micro-interactions run at 150ms (dominant) with ease-in-out.
- durations: 150ms · 100ms · 250ms
- easings:
ease-in-out·cubic-bezier(0.4, 0, 0.2, 1) - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--color-red | #fb464c |
--color-orange | #e9973f |
--color-yellow | #e0de71 |
--color-green | #44cf6e |
--color-cyan | #53dfdd |
--color-blue | #027aff |
--color-purple | #a882ff |
--color-pink | #fa99cd |
--code-function | #e0de71 |
--code-important | #e9973f |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#8B5CF6 - primary focus: outline
2px solid rgb(124, 58, 237)
Layout (measured)
- container max-width:
1120px - nav: 90px fixed
Motion choreography (measured)
Scroll reveal: 1 elements rest at translateY(86px), animate in over 0.1s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px
- mobile (390px): hero 51px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →