how to change the color of menu text wordpress?

In CSS:

.main-navigation a:link {
    color:red;
}

I took the color red as example.
You can also use Hexcolors. Just replace red with the desired color or hexcolor.