Well you could do it if your familiar with editing CSS. To change the site title color go to:
#site-title a{
color: #ffde01;
To change the site tagline color go to:
#site-description{
color: #ccc;
font: 12px/18px ChunkFiveWeb, Georgia, serif;
padding: 2px 40px 15px;
text-transform: uppercase;
}
Basically search for the yellow color font color: #ffde01; and you could test out some changes. I suggest doing this on a local PC test site before attempting it on the real thing though.