Purple White Gradient

Click to copy CSS

Purple White

Linear gradient Mixed tone 0 views

Colors

#BA5370
rgb(186, 83, 112)
hsl(343, 43%, 53%)
#F4E2D8
rgb(244, 226, 216)
hsl(21, 56%, 90%)

CSS

background: linear-gradient(90deg, #ba5370 0%, #f4e2d8 100%);
      

Other Formats

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