๐จ Use this gradient to create a fresh and fruity look!
๐ก Did you know that the color Papaya Whip was named after the tropical fruit?
/* Juicy Peach CSS Linear Gradient Background */
.gradient {
background: #ffecd2;
background: linear-gradient(
to right,
#ffecd2,#fcb69f
);
}
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.