Custom Colors
Tweak the palette using CSS variables
Update Palette
globals.css
:root {
--c-primary: #7c3aed
--c-primary-hover: #6d28d9
--c-success: #16a34a
--c-warning: #f59e0b
--c-danger: #ef4444
}
.dark {
--c-primary: #a855f7
--c-primary-hover: #9333ea
}