๐จ Great for a feminine, mystical design.
๐ก Ultra Voilet was Pantone's Color of the Year in 2018, symbolizing creativity.
/* Ultra Voilet CSS Linear Gradient Background */
.gradient {
background: #654ea3;
background: linear-gradient(
to right,
#654ea3,#eaafc8
);
}
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.