Render Flow - Adjust-hue for color rotation
Read SCSS file
Parse adjust-hue function
Calculate new hue angle
Convert color to HSL
Rotate hue by given degrees
Convert back to RGB
Apply new color to element
Render updated color on screen
Sass compiles the SCSS, calculates the new hue by rotating the original color's hue angle, then the browser applies the updated color from the CSS to the element for rendering.