๐จ This gradient is perfect for a bold, energetic design or to add a pop of color.
๐ก Purple often represents luxury, power, and ambition.
/* Purple Dream CSS Linear Gradient Background */
.gradient {
background: #bf5ae0;
background: linear-gradient(
to right,
#bf5ae0,#a811da
);
}
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.