daisyui-colorslisted
Install: claude install-skill TheAdamLabs/deep-research-skill
## daisyUI 5 colors
### daisyUI color names
- `primary`: The main brand color.
- `primary-content`: Foreground content color for use on `primary`.
- `secondary`: An optional secondary brand color.
- `secondary-content`: Foreground content color for use on `secondary`.
- `accent`: An optional accent brand color.
- `accent-content`: Foreground content color for use on `accent`.
- `neutral`: A dark neutral color for UI areas that do not use saturated colors.
- `neutral-content`: Foreground content color for use on `neutral`.
- `base-100`: The page base-surface color for blank backgrounds.
- `base-200`: A darker base shade that gives elevation.
- `base-300`: A still darker base shade that gives more elevation.
- `base-content`: Foreground content color for use on a base color.
- `info`: Color for information and help messages.
- `info-content`: Foreground content color for use on `info`.
- `success`: Color for success and safe-state messages.
- `success-content`: Foreground content color for use on `success`.
- `warning`: Color for warning and caution messages.
- `warning-content`: Foreground content color for use on `warning`.
- `error`: Color for error, danger, and destructive-action messages.
- `error-content`: Foreground content color for use on `error`.
### daisyUI color rules
1. daisyUI adds semantic color names to the Tailwind CSS colors.
2. Use daisyUI color names in utility classes as you use other Tailwind CSS color names. For example, `bg-primary` uses the primary co