Render Flow - Lighten and darken functions
Parse SCSS file
Identify lighten() and darken() functions
Calculate new color values
Replace color variables with new values
Compile to CSS
Browser applies CSS colors
Render updated colors on elements
The browser first compiles the SCSS, calculating lighten() and darken() color changes, then applies these colors to elements, updating their visual appearance.