Visual Theme & Atmosphere
# Design System — "The unreasonable effectiveness of HTML"
Extracted from [thariqs.github.io/html-effectiveness](https://thariqs.github.io/html-effectiveness). A functional-minimalist, content-forward design language with editorial warmth.
---
Live Visual Theme Representation:
Visual Theme Example
Color Palette & Roles
Typography Rules
Layout Principles
Grid Layout Wireframe Mockup:
Layout Grid Example
Depth & Elevation
Elevation Level Showcase:
Elevation Level Example
Used for background layers, sidebar headers, or baseline borders.
Used for floating product elements, cards, and hover states.
Used for modals, select menus, code editor tooltips, and overlay headers.
Border Radius & Shape Scale:
Component Stylings
Interactive Component Demonstrations:
Component Interactive Example
Do's and Don'ts
Do
- Use warm-tinted neutrals throughout; never pure black or pure gray.
- Set snappy transitions (120–150ms) for responsive hover states.
- Rely on borders and spacing to define cards and layouts.
Don't
- Don't use bold weights above 600.
- Don't apply drop shadows to static cards or containers.
- Don't use background blurs, glassmorphism, or mesh gradients.
- Don't load external fonts; rely strictly on system typography.
- Use warm-tinted neutrals throughout; never pure black or pure gray.
- Set snappy transitions (120–150ms) for responsive hover states.
- Rely on borders and spacing to define cards and layouts.
- Don't use bold weights above 600.
- Don't apply drop shadows to static cards or containers.
- Don't use background blurs, glassmorphism, or mesh gradients.
- Don't load external fonts; rely strictly on system typography.
Responsive Behavior
Responsive Adaptation Note:
Responsive Behavior Example
Agent Prompt Guide
Copyable Agent Integration Prompt:
Prompt Guide Copy Box
Full System Design Tokens
The parsed design tokens extracted from the core stylesheet of this design system:
| Design Token | Hex Value | System Palette Role |
|---|---|---|
| --primary | #d97757 | System color representation for primary |
| --primary-focus | #b85c3e | System color representation for primary-focus |
| --canvas | #FAF9F5 | System color representation for canvas |
| --surface-card | #FFFFFF | System color representation for surface-card |
| --surface-soft | #E3DACC | System color representation for surface-soft |
| --ink | #141413 | System color representation for ink |
| --body | #3D3D3A | System color representation for body |
| --muted | #87867F | System color representation for muted |
| --hairline | #D1CFC5 | System color representation for hairline |