It is possible to change color of title and subtitle using styles editor in Theme options. You should just add code below and save changes:
.logo-description h1.site-title {
color: red !important;
}
.logo-description h2.site-description {
color: red !important;
}