Grapefruit Sunset Gradient

Click to copy CSS

Grapefruit Sunset

Linear gradient Mixed tone 0 views

Colors

#E96443
rgb(233, 100, 67)
hsl(12, 79%, 59%)
#904E95
rgb(144, 78, 149)
hsl(296, 31%, 45%)

CSS

background: linear-gradient(90deg, #e96443 0%, #904e95 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#e96443] to-[#904e95]
Inline CSS
style="background: linear-gradient(90deg, #e96443 0%, #904e95 100%)"