Render Flow - Why programmatic color control matters
[Write SASS variables] -> [Compile to CSS with colors] -> [Browser applies colors] -> [Visual color changes on page]
The browser reads the compiled CSS from SASS variables, applies colors to elements, and renders the page with consistent, easy-to-update colors.