๐จ Use this gradient for designs that need to convey excitement and creativity.
๐ก Electric Violet is also known as Digital Purple, a color used in digital media.
/* Farhan CSS Linear Gradient Background */
.gradient {
background: #9400D3;
background: linear-gradient(
to right,
#9400D3,#4B0082
);
}
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.