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