Command: aura colors

The aura colors custom command helps you generate a complete color system based on Radix Colors' logic. It creates harmonious color scales from your input colors.

bash
aura colors custom

Input Colors Required:

  1. Accent Color - Your primary brand color
  2. Gray Scale - Base gray tone for your UI
  3. Background - Base background color

The command generates three CSS files accent.css, gray.css and background.css

Note: All generated colors follow Radix Color's accessibility standards and maintain consistent contrast ratios. You can add it manually to the globals.css or you can use the aura theme generator command

Command: aura colors | Aura Design System