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