๐จ Great for gaming or music streaming platforms.
๐ก Purple is often associated with royalty, nobility, luxury, and power.
/* Twitch CSS Linear Gradient Background */
.gradient {
background: #6441A5;
background: linear-gradient(
to right,
#6441A5,#2a0845
);
}
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.