Render Flow - Saturate and desaturate
Read SCSS file
Parse variables and functions
Apply saturate() and desaturate() functions to colors
Generate CSS with modified colors
Browser loads CSS
Render elements with new colors
The SCSS compiler reads the file, applies saturate() and desaturate() color functions to adjust color intensity, then outputs CSS. The browser renders elements using these adjusted colors.