xxxxxxxxxx
.shape {
width:500px;
height:200px;
}
.shape .gradient-bg {
fill: url(#header-shape-gradient) #fff;
}
#header-shape-gradient {
--color-stop: #f12c06;
--color-bot: #faed34;
}
.shape:hover #header-shape-gradient {
--color-stop: #003777;
--color-bot: #C5FFFD;
}