Stellar Gradient

Click to copy CSS

Stellar

Linear gradient Blue tone 0 views

Colors

#7474BF
rgb(116, 116, 191)
hsl(240, 37%, 60%)
#348AC7
rgb(52, 138, 199)
hsl(205, 59%, 49%)

CSS

background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#7474bf] to-[#348ac7]
Inline CSS
style="background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%)"