Add the following CSS snippets via Appearance > Customize > Additional CSS:
In each case change the color mentioned to your own #hex.
/* Background Color */
.mean-container .mean-nav {
background: red;
}
/* Text Color */
.mean-container .mean-nav ul li a {
color: blue;
}