๐จ Use this gradient to create a calming and elegant atmosphere.
๐ก The color combination of Plum Plate and Cornflower Blue is often associated with creativity and inspiration.
/* Plum Plate CSS Linear Gradient Background */
.gradient {
background: #667eea;
background: linear-gradient(
to right,
#667eea,#764ba2
);
}
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.