80's Purple Gradient
Click to copy CSS
80's Purple
Linear gradient
Mixed tone
0 views
Colors
#41295A
rgb(65, 41, 90)
hsl(269, 37%, 26%)
#2F0743
rgb(47, 7, 67)
hsl(280, 81%, 15%)
CSS
background: linear-gradient(90deg, #41295a 0%, #2f0743 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#41295a] to-[#2f0743]
Inline CSS
style="background: linear-gradient(90deg, #41295a 0%, #2f0743 100%)"