Please, I don't like pink color
use any color as the class name,
Example : <nav class="red">
</nav>
You can also change the primary color in the sass variables:
As an alternative to @newavatar00's answer, you can style the element using background-color, which is what the red class he used internally do like this:
<nav style="background-color: red"> </nav>