There is no option to change media icon color right now.
We are working on a pro version of the theme with so many customization options like this and will add this option too.
So for now, you can do this with the custom css below:
.header-social li a {
background-color: red;
}
Change the background-color from red to what you want.