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