Pizelex Gradient

Click to copy CSS

Pizelex

Linear gradient Mixed tone 0 views

Colors

#114357
rgb(17, 67, 87)
hsl(197, 67%, 20%)
#F29492
rgb(242, 148, 146)
hsl(1, 79%, 76%)

CSS

background: linear-gradient(90deg, #114357 0%, #f29492 100%);
      

Other Formats

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