Retro Night Gradient
Click to copy CSS
Retro Night
Linear gradient
Mixed tone
0 views
Colors
#295270
rgb(41, 82, 112)
hsl(205, 46%, 30%)
#524175
rgb(82, 65, 117)
hsl(260, 29%, 36%)
CSS
background: linear-gradient(90deg, #295270 0%, #524175 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#295270] to-[#524175]
Inline CSS
style="background: linear-gradient(90deg, #295270 0%, #524175 100%)"