.gradient{
background:#FEF0C3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEF0C3', endColorstr='#FFFBED');
background-image: linear-gradient(bottom, rgb(255,251,237) 0%, rgb(254,240,195) 72%);
background-image: -o-linear-gradient(bottom, rgb(255,251,237) 0%, rgb(254,240,195) 72%);
background-image: -moz-linear-gradient(bottom, rgb(255,251,237) 0%, rgb(254,240,195) 72%);
background-image: -webkit-linear-gradient(bottom, rgb(255,251,237) 0%, rgb(254,240,195) 72%);
background-image: -ms-linear-gradient(bottom, rgb(255,251,237) 0%, rgb(254,240,195) 72%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(255,251,237)),
color-stop(0.72, rgb(254,240,195))
);
}
A handy tool for generate CSS3 gradients.