๐จ Great for highlighting important UI elements.
๐ก This gradient is often used in futuristic and tech-themed designs.
/* Electric Violet CSS Linear Gradient Background */
.gradient {
background: #4776E6;
background: linear-gradient(
to right,
#4776E6,#8E54E9
);
}
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.