Copied!
background-image: linear-gradient(top, #b24723 0%, #e4854b 25%, #e4854b 50%, #fbbd8a 75%, #fbbd8a 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b24723), color-stop(0.25, #e4854b), color-stop(0.5, #e4854b), color-stop(0.75, #fbbd8a), color-stop(1, #fbbd8a));
background-image: -moz-linear-gradient(top, #b24723 0%, #e4854b 25%, #e4854b 50%, #fbbd8a 75%, #fbbd8a 100%);
background-image: -o-linear-gradient(top, #b24723 0%, #e4854b 25%, #e4854b 50%, #fbbd8a 75%, #fbbd8a 100%);
background-image: -ms-linear-gradient(top, #b24723 0%, #e4854b 25%, #e4854b 50%, #fbbd8a 75%, #fbbd8a 100%);