๐จ Use this gradient for dynamic, youthful designs.
๐ก Electric Violet is often associated with creativity and imagination, perfect for sparking ideas.
/* Purpink CSS Linear Gradient Background */
.gradient {
background: #7F00FF;
background: linear-gradient(
to right,
#7F00FF,#E100FF
);
}
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.