Tailwind CSS v4.0 Theme Colors Example
Card using static color
bg-blue-500
Card using dark class
bg-amber-500
dark:bg-violet-500
Card using CSS Variables (Custom Properties)
bg-card
Light Mode
Dark Mode
Custom Mode
Pastel Mode