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