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