Blue Abyss Gradient

Click to copy CSS

Blue Abyss

Linear gradient Blue tone 0 views

Colors

#0968E5
rgb(9, 104, 229)
hsl(214, 92%, 47%)
#091970
rgb(9, 25, 112)
hsl(231, 85%, 24%)

CSS

background: linear-gradient(90deg, #0968e5 0%, #091970 100%);
      

Other Formats

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