๐จ Purple Heart #7028e4, Light Orchid #e5b2ca
๐ก Purple is often associated with royalty and luxury
/* Purple Division CSS Linear Gradient Background */
.gradient {
background: #7028e4;
background: linear-gradient(
to right,
#7028e4,#e5b2ca
);
}
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.