What problem does it solve? Choosing and applying colors in daisyUI 5 projects often leads to hardcoded Tailwind colors that break when themes change, poor contrast between foreground and background, and inconsistent custom theme definitions. ## Core Features & Use Cases - Semantic Color Reference: Lists all daisyUI 5 color names (primary, secondary, accent, base-*, info, success, warning, error, and their *-content pairs) with usage rules. - Theme Configuration: Shows how to enable built-in themes, apply data-theme attributes, and nest themes at any depth. - Custom Theme Generation: Provides the complete CSS variable template for building custom daisyUI themes with OKLCH colors, radius, size, border, depth, and noise settings. - Use Case: When building a Svelte or React app with Tailwind CSS v4 and daisyUI 5, use this Skill to generate a custom brand theme and ensure every component uses theme-aware semantic colors instead of fixed Tailwind palette values. ## Quick Start Apply the daisyUI color rules to style my component and generate a custom daisyUI 5 theme with my brand colors.