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