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