🎨 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
);
}/* Atlas TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#FEAC5E] via-[#C779D0] to-[#4BC0C8]"></div>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.