🎨 Color System Reference
Developer reference for CSS color variables and usage patterns
Interactive Colors
Feedback & State Colors
Typography
Heading 1
Heading 2
Heading 3
Heading 4
This is a paragraph with regular text. It uses --color-text for readability.
This is small text using --color-text-secondary
This is a link using --color-link
Inline code with --color-accent background
Buttons & Interactive Elements
Link ButtonForm Elements
This is a real form element as styled by app.css:
Feedback Messages
Block Messages (.error / .success)
This is an error message using --color-error-bg, --color-error-border, and --color-error-text
This is a success message using --color-success-bg, --color-success-border, and --color-success-text
Inline Messages (Component-specific)
These show smaller inline feedback within forms or components:
Tags
Tag 1 Tag 2 Tag 3Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Dark Mode
All colors automatically adapt to dark mode based on prefers-color-scheme: dark. Change your system theme to see the colors update.
Note: Dark mode inverts most colors - backgrounds become dark, text becomes light, while maintaining semantic color meanings.