๐จ Use this gradient for a warm, inviting design.
๐ก This gradient is inspired by the colors of a ripe peach and a colonial-era parchment.
/* Peach CSS Linear Gradient Background */
.gradient {
background: #ED4264;
background: linear-gradient(
to right,
#ED4264,#FFEDBC
);
}
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.