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