Thanks Andrew,
Using Firefox's web development inspector shows me that the page title is h1.entry-title.
So I tried to css the color within the CSS Custom Manager plugin, like:
h1.entry-title {
color: #e4741f;
}
The page title still remains white.