For the heading of your contact section:
.contact .heading{ color: insert colour }
For the heading of your interests and links section:
.table-section .heading{ color: insert colour }
For the heading of your friends space:
.friends .heading{ color: insert colour }
For the heading of your blurbs (about me) section:
.blurbs .heading{ color: insert colour }
Remember that with CSS, the commands play out in order so if there are any overriding commands (like making a heading blue) before these ones, they won't work.