Code
background: #decca4;
background: -moz-linear-gradient(left, #decca4 35%, #ffffff 56%);
background: -webkit-gradient(linear, left top, right top, color-stop(35%,#decca4), color-stop(56%,#ffffff));
background: -webkit-linear-gradient(left, #decca4 35%,#ffffff 56%);
background: -o-linear-gradient(left, #decca4 35%,#ffffff 56%);
background: -ms-linear-gradient(left, #decca4 35%,#ffffff 56%);
background: linear-gradient(left, #decca4 35%,#ffffff 56%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#decca4', endColorstr='#ffffff',GradientType=1 );
Source: http://www.colorzilla.com/gradient-editor/Guess what I googled? css3 gradients