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