Render Flow - Navbar color schemes
[Load HTML with <nav>] -> [Bootstrap CSS loaded] -> [Apply navbar classes] -> [Set background color] -> [Set text color] -> [Render navbar with colors]
The browser reads the navbar HTML, applies Bootstrap's CSS classes for color schemes, sets background and text colors accordingly, then paints the navbar with these styles.