๐จ Use this gradient for a lively, dynamic feel.
๐ก Purple Heart & Electric Violet are often used in neon themes for a futuristic vibe.
/* Amin CSS Linear Gradient Background */
.gradient {
background: #8E2DE2;
background: linear-gradient(
to right,
#8E2DE2,#4A00E0
);
}
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.