Blue Magenta Gradient
Click to copy CSS
Blue Magenta
Linear gradient
Blue tone
0 views
Colors
#5C73B9
rgb(92, 115, 185)
hsl(225, 40%, 54%)
#B330E1
rgb(179, 48, 225)
hsl(284, 75%, 54%)
CSS
background: linear-gradient(90deg, #5c73b9 0%, #b330e1 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#5c73b9] to-[#b330e1]
Inline CSS
style="background: linear-gradient(90deg, #5c73b9 0%, #b330e1 100%)"