set social icons for all with color
CSS
.stay-in-touch ul { list-style:none; padding-top:50px;}
.stay-in-touch li { float:left; width:20%; font-size:16px; color:#000; text-align:center; padding-right:10px;}
.stay-in-touch li a{font-size:16px; color:#000;font-family: 'Roboto', sans-serif;}
.stay-in-touch li a i {width:90px; height:90px; border:1px solid #fff; margin:0 auto 20px; color:#fff; font-size:35px; border-radius:50%; padding-top:28px;}
.stay-in-touch li a:hover i.fa.fa-bell{ background:#432c7b; border:1px solid #432c7b;}
.stay-in-touch li a:hover i.fa.fa-facebook{ background:#3b5998; border:1px solid #3b5998;}
.stay-in-touch li a:hover i.fa.fa-youtube-square{ background:#bb0000; border:1px solid #bb0000;}
.stay-in-touch li a:hover i.fa.fa-twitter{ background:#55acee; border:1px solid #55acee;}
.stay-in-touch li a:hover i.fa.fa-instagram{ background:#125688; border:1px solid #125688;}