Render Flow - Mix function for blending
[Read SCSS file] -> [Parse variables and functions] -> [Evaluate mix() function] -> [Calculate blended color] -> [Generate CSS with blended color] -> [Browser applies CSS color]
The browser reads the SCSS file, the mix() function blends two colors by calculating a weighted average, then outputs CSS with the new color which the browser renders.