Complete color palette with automatic light/dark theme support
Main brand color, primary actions
var(--color-primary) Supporting actions, secondary buttons
var(--color-secondary) Success states, positive feedback
var(--color-success) Warning states, caution messages
var(--color-warning) Error states, destructive actions
var(--color-danger) Informational messages, tips
var(--color-info) Main page background
var(--color-background)Primary text color
var(--color-text)Success Message
This is a success message with green accent.
Warning Message
This is a warning message with amber accent.
Error Message
This is an error message with red accent.
Info Message
This is an informational message with blue accent.
Use these CSS variables in your components:
Hover Colors (calculated automatically):
color-mix(in srgb, var(--color-primary) 90%, black)