"sunset" color gradient

sunset
gradient
color
vibrant
warm
sky
orange
red
yellow

12

sunset color gradient css code

.sunset {
  background: linear-gradient(135deg, rgba(255,165,0,1) 0%, rgba(255,140,0,0.9) 20%, rgba(255,115,0,0.8) 40%, rgba(245,100,0,0.7) 60%, rgba(255,90,0,0.6) 80%, rgb(220,182,47) 100%);
}