Nelson Gradient

Click to copy CSS

Nelson

Linear gradient Purple tone 0 views

Colors

#F2709C
rgb(242, 112, 156)
hsl(340, 83%, 69%)
#FF9472
rgb(255, 148, 114)
hsl(14, 100%, 72%)

CSS

background: linear-gradient(90deg, #f2709c 0%, #ff9472 100%);
      

Other Formats

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