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