Love and Liberty Gradient
Click to copy CSS
Love and Liberty
Linear gradient
Dark tone
0 views
Colors
#200122
rgb(32, 1, 34)
hsl(296, 94%, 7%)
#6F0000
rgb(111, 0, 0)
hsl(0, 100%, 22%)
CSS
background: linear-gradient(90deg, #200122 0%, #6f0000 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#200122] to-[#6f0000]
Inline CSS
style="background: linear-gradient(90deg, #200122 0%, #6f0000 100%)"