Tech Flow Gradient

Click to copy CSS

Tech Flow

Linear gradient Mixed tone 0 views

Colors

#12B3EB
rgb(18, 179, 235)
hsl(195, 86%, 50%)
#5460F9
rgb(84, 96, 249)
hsl(236, 93%, 65%)

CSS

background: linear-gradient(90deg, #12b3eb 0%, #5460f9 100%);
      

Other Formats

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