Render Flow - Default color palette and shades
[Read tailwind.config.js] -> [Load default colors] -> [Generate CSS variables] -> [Apply color classes] -> [Render elements with colors]
Tailwind reads its default color palette from configuration, generates CSS classes for each color shade, and applies these styles to elements in the browser.