๐จ Use this gradient for a pop-art inspired theme.
๐ก This gradient is inspired by the neon aesthetics of the 80s, reminiscent of Miami's Vice City.
/* Vice City CSS Linear Gradient Background */
.gradient {
background: #3494E6;
background: linear-gradient(
to right,
#3494E6,#EC6EAD
);
}
You can use this gradient in your UI design in many ways, for example as a background in a tweet, for buttons or as a text gradient.