To adding gradient color on header button like this site.
You can use this code to Custom CSS.
header#header a.btn {
background-image: linear-gradient(-45deg,#ff576a,#f100cc) !important;
border: none !important;
}
Update gradient color here.


