๐จ Use this gradient for a fun, energetic design.
๐ก This gradient combines colors found in Texas wildflowers and the Pelorous sea.
/* Atlas CSS Linear Gradient Background */
.gradient {
background: #FEAC5E;
background: linear-gradient(
to right,
#FEAC5E,#C779D0,#4BC0C8
);
}
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.