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