๐จ Mix and match these vibrant shades for a mesmerizing and electrifying look.
๐ก The Electric Violet shade was inspired by the neon lights of Tokyo's bustling nightlife.
/* Night Call CSS Linear Gradient Background */
.gradient {
background: #AC32E4;
background: linear-gradient(
to right,
#AC32E4,#7918F2,#4801FF
);
}
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.