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