CSS3 styles:
background: #F64A8A;
color: #D82C6C;
background: linear-gradient(to bottom, #F64A8A 0%, #E73B7B 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F64A8A), color-stop(100%, #E73B7B));
background: -webkit-linear-gradient(top, #F64A8A 0%, #E73B7B 100%);
background: -moz-linear-gradient(top, #F64A8A 0%, #E73B7B 100%);
background: -o-linear-gradient(top, #F64A8A 0%, #E73B7B 100%);
background: -ms-linear-gradient(top, #F64A8A 0%, #E73B7B 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F64A8A', endColorstr='#E73B7B', GradientType=0);
border: 1px solid #D82C6C;
text-shadow: 0 1px 0 #FF5999;
-webkit-text-shadow: 0 1px 0 #FF5999;
-moz-text-shadow: 0 1px 0 #FF5999;
box-shadow: inset 0 1px 0 #FF5999;
-webkit-box-shadow: inset 0 1px 0 #FF5999;
-moz-box-shadow: inset 0 1px 0 #FF5999;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.