Blue Raspberry Gradient

Click to copy CSS

Blue Raspberry

Linear gradient Mixed tone 0 views

Colors

#00B4DB
rgb(0, 180, 219)
hsl(191, 100%, 43%)
#0083B0
rgb(0, 131, 176)
hsl(195, 100%, 35%)

CSS

background: linear-gradient(90deg, #00b4db 0%, #0083b0 100%);
      

Other Formats

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