.btn-purple-moon {
background: #4e54c8;
background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8);
background: linear-gradient(to right, #8f94fb, #4e54c8);
color: #fff;
border: 3px solid #eee;
}
.btn-ultra-voilet {
background: #654ea3;
background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);
background: linear-gradient(to right, #eaafc8, #654ea3);
color: #fff;
border: 3px solid #eee;
}
.btn-pink-moon {
background: #ec008c;
background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
background: linear-gradient(to right, #fc6767, #ec008c);
color: #fff;
border: 3px solid #eee;
}
.btn-cool-blues {
background: #2193b0;
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
background: linear-gradient(to right, #6dd5ed, #2193b0);
color: #fff;
border: 3px solid #eee;
}
.btn-dark-blue {
background: #7474BF;
background: -webkit-linear-gradient(to right, #348AC7, #7474BF);
background: linear-gradient(to right, #348AC7, #7474BF);
color: #fff;