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