Render Flow - Pairing light and dark colors
Read HTML structure
Apply Tailwind classes
Parse color utility classes
Apply light mode colors
Detect dark mode preference
Override with dark mode colors
Render final colors on elements
The browser reads the HTML and applies Tailwind CSS classes. It first applies the light mode colors, then detects if dark mode is active and overrides colors accordingly before rendering.