What problem does it solve? It prevents inconsistent, theme-breaking color choices in daisyUI 5 projects by enforcing semantic color names instead of hardcoded Tailwind palette colors that break across themes. ## Core Features & Use Cases - Semantic Color Reference: Lists all daisyUI color names (primary, secondary, accent, base, info, success, warning, error) and their content counterparts. - Color Usage Rules: Defines when to use daisyUI colors versus raw Tailwind colors, contrast requirements for *-content colors, and single-primary-element guidance. - Theme Configuration: Covers enabling built-in themes, nesting themes with data-theme attributes, creating custom themes with CSS variables, and overriding existing themes. - Use Case: When building a page with daisyUI, consult this Skill to pick bg-base-100 with base-content text instead of text-gray-800, ensuring readability in both light and dark themes. ## Quick Start Apply the daisyUI color rules to style this page so all colors adapt correctly across light and dark themes.