๐จ Great for lively, energetic designs.
๐ก Purple Heart is named after the U.S. military decoration, the Purple Heart.
/* Newspaper CSS Linear Gradient Background */
.gradient {
background: #8a2be2;
background: linear-gradient(
to right,
#8a2be2,#ffa500,#f8f8ff
);
}
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.