Hello,
You can use the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS to change the color of your page title and the menu link color respectively :
.entry-header .entry-title, .entry-header .entry-title a {
color: #464637;
}
#site-navigation ul li a {
color: #d01010;
}
You can change the color hex code of your choice in each section replacing the color hex.
For reference on color hex see the link here :w3schools.com/colors/colors_picker.asp
Hope this Helps,
Best Regards!!