Amethyst Gradient
Click to copy CSS
Amethyst
Linear gradient
Purple tone
0 views
Colors
#9D50BB
rgb(157, 80, 187)
hsl(283, 44%, 52%)
#6E48AA
rgb(110, 72, 170)
hsl(263, 40%, 47%)
CSS
background: linear-gradient(90deg, #9d50bb 0%, #6e48aa 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#9d50bb] to-[#6e48aa]
Inline CSS
style="background: linear-gradient(90deg, #9d50bb 0%, #6e48aa 100%)"