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