Turbo Pulse Gradient

Click to copy CSS

Turbo Pulse

Linear gradient Mixed tone 0 views

Colors

#1DBDE6
rgb(29, 189, 230)
hsl(192, 80%, 51%)
#F1515E
rgb(241, 81, 94)
hsl(355, 85%, 63%)

CSS

background: linear-gradient(90deg, #1dbde6 0%, #f1515e 100%);
      

Other Formats

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