Colors
Settings
Color Swatches
primary
#6366f1
secondary
#ec4899
accent
#f59e0b
success
#10b981
danger
#ef4444
bg
#ffffff
text
#1d1d1f
Generated CSS
:root {
--color-primary: #6366f1;
--color-secondary: #ec4899;
--color-accent: #f59e0b;
--color-success: #10b981;
--color-danger: #ef4444;
--color-bg: #ffffff;
--color-text: #1d1d1f;
}