Render Flow - Complement and invert functions
Read SCSS file
Parse variables and functions
Evaluate complement() and invert() functions
Generate CSS with modified colors
Apply styles to elements
Render colors on screen
The browser reads the compiled CSS from SCSS, applies the color styles with complement and invert functions already computed, then paints the elements with those colors.