Host Html User — decoded design system
Host Html User'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.
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/host-html-user.com.
Decoded design system
Host Html User's decoded design system: background #0A0A0B, text #1C1A17; 8px spacing base; 0px base radius. The single interactive/action color is #F5EFE0 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0A0A0B |
| surface | #0B0A0B |
| border | #0C0C0C |
| text | #1C1A17 |
| text_muted | #151312 |
| button_bg | #F5EFE0 |
| button_text | #1C1815 |
Using these colors
- Action color
#F5EFE0— the single interactive color; only on things you click or must notice, never large fills.
Spacing
- base unit: 8px
- scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px
Radii
- base: 0px
- button: 0px
Shadow
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(28, 24, 21) 3px 3px 0px 0px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(28, 24, 21) 3px 3px 0px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0, 0, 0.2, 1).
- durations: 150ms
- easings:
cubic-bezier(0, 0, 0.2, 1)·cubic-bezier(0.4, 0, 0.2, 1) - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--radius | 0rem |
Button states (measured)
- primary hover: box-shadow
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(28, 24, 21) 1px 1px 0px 0px· transformmatrix(1, 0, 0, 1, 2, 2) - primary focus: outline
1px auto rgb(16, 16, 16)
Motion choreography (measured)
Load order: div.animate-pulse×2
Responsive (measured)
- breakpoints: 640px · 900px
- mobile (390px): nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add https://mozaika.design/r/decode/host-html-user.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/host-html-user.theme.ts https://mozaika.design/api/astryx/decode/host-html-user.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Host Html User")
Export: DESIGN.md
# Host Html User — Design System > dark — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#0A0A0B` | | surface | `#0B0A0B` | | border | `#0C0C0C` | | text | `#1C1A17` | | text_muted | `#151312` | | button_bg | `#F5EFE0` | | button_text | `#1C1815` | **Using these colors** - **Action color** `#F5EFE0` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - **Page coverage** (full-page screenshot pixels): `#040404` 54.4% · `#1B1C20` 37.4% · `#797B7E` 8.2% ## Typography ## Spacing - base unit: 8px - scale: 4px, 8px, 12px, 16px, 24px, 32px, 48px, 64px ## Radius - base: 0px - button: 0px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#F5EFE0` / `#1C1815` | 1px solid rgb(28, 24, 21) | 0px | 0px 0px 0px 0px | 400 16px | rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(28, 24, 21) 3px 3px 0px 0px | **States (measured, not guessed)** - primary hover: box-shadow `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(28, 24, 21) 1px 1px 0px 0px` · transform `matrix(1, 0, 0, 1, 2, 2)` - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `all 0.15s cubic-bezier(0, 0, 0.2, 1)` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(28, 24, 21) 3px 3px 0px 0px` - button: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(28, 24, 21) 3px 3px 0px 0px` ## Motion - durations: 150ms (dominant) - easings: `cubic-bezier(0, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)` - animated properties: color, background-color, border-color, text-decoration-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 | |-------|-------| | `--radius` | `0rem` | Prefer these names when extending their system — it's the brand's actual vocabulary. ## Motion choreography (measured) Load order: `div.animate-pulse`×2 @0ms Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 640px · 900px - mobile (390px): 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/decode/host-html-user.com
An automated reading of Host Html User's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with host-html-user.com. No screenshots stored. Removal requests: hello@mozaika.design.