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