"sunset" color gradient
sunset
gradient
color
sky
vibrant
warm
orange
yellow
red
pink
gold
120
sunset color gradient css code
.sunset {
background: linear-gradient(160deg, rgba(255,102,0,1) 0%, rgba(255,140,0,1) 10%, rgba(255,191,0,1) 20%, rgba(255,219,0,0.8) 30%, rgba(255,243,51,0.9) 40%, rgba(218,165,32,0.6) 50%, rgba(178,128,1,1) 60%, rgba(153,102,0,0.9) 70%, rgba(128,87,0,0.6) 80%, rgba(102,51,7,0.3) 90%, rgba(87,2,6,0.2) 100%);
}