@nuxt/ui colors
Configuring and using theme colors in @nuxt/ui
Define colors in main CSS file:
@theme static { --ui-primary: 'blue'; --ui-secondary: 'green'; }