๐จ Mix and match these vibrant shades for a playful and energetic look.
๐ก This gradient was inspired by the beautiful hues of a summer sunset.
/* Colorful Peach CSS Linear Gradient Background */
.gradient {
background: #ed6ea0;
background: linear-gradient(
to right,
#ed6ea0,#ec8c69
);
}
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.