Moonlit Asteroid Gradient

Click to copy CSS

Moonlit Asteroid

Linear gradient Dark tone 0 views

Colors

#0F2027
rgb(15, 32, 39)
hsl(198, 44%, 11%)
#203A43
rgb(32, 58, 67)
hsl(195, 35%, 19%)
#2C5364
rgb(44, 83, 100)
hsl(198, 39%, 28%)

CSS

background: linear-gradient(90deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#0f2027] to-[#2c5364]
Inline CSS
style="background: linear-gradient(90deg, #0f2027 0%, #203a43 50%, #2c5364 100%)"