How do you change the font colour in CSS?

CSS
body {
  color: blue;
}


h1 {
  color: green;
} 
Source

Also in CSS: