Violet Dreamscape Gradient

Click to copy CSS

Violet Dreamscape

Linear gradient Dark tone 0 views

Colors

#0E0725
rgb(14, 7, 37)
hsl(254, 68%, 9%)
#5C03BC
rgb(92, 3, 188)
hsl(269, 97%, 37%)
#E536AB
rgb(229, 54, 171)
hsl(320, 77%, 55%)
#F4E5F0
rgb(244, 229, 240)
hsl(316, 41%, 93%)

CSS

background: linear-gradient(90deg, #0e0725 0%, #5c03bc 33%, #e536ab 67%, #f4e5f0 100%);
      

Other Formats

Tailwind
bg-gradient-to-r from-[#0e0725] to-[#f4e5f0]
Inline CSS
style="background: linear-gradient(90deg, #0e0725 0%, #5c03bc 33%, #e536ab 67%, #f4e5f0 100%)"