Very Blue Gradient

Click to copy CSS

Very Blue

Linear gradient Blue tone 0 views

Colors

#0575E6
rgb(5, 117, 230)
hsl(210, 96%, 46%)
#021B79
rgb(2, 27, 121)
hsl(227, 97%, 24%)

CSS

background: linear-gradient(90deg, #0575e6 0%, #021b79 100%);
      

Other Formats

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