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