Vice City Gradient
Click to copy CSS
Vice City
Linear gradient
Mixed tone
0 views
Colors
#3494E6
rgb(52, 148, 230)
hsl(208, 78%, 55%)
#EC6EAD
rgb(236, 110, 173)
hsl(330, 77%, 68%)
CSS
background: linear-gradient(90deg, #3494e6 0%, #ec6ead 100%);
Other Formats
Tailwind
bg-gradient-to-r from-[#3494e6] to-[#ec6ead]
Inline CSS
style="background: linear-gradient(90deg, #3494e6 0%, #ec6ead 100%)"