๐จ Mix and match these warm and vibrant colors to create a playful and energetic atmosphere.
๐ก The Cream Brulee, Mona Lisa, and Tickle Me Pink gradient was inspired by the sweet and indulgent flavors of a dessert menu.
/* Angel Care CSS Linear Gradient Background */
.gradient {
background: #FFE29F;
background: linear-gradient(
to right,
#FFE29F,#FFA99F,#FF719A
);
}
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.