๐จ Use this gradient for spring-themed designs.
๐ก Can Can and Celadon were popular colors in French and Chinese ceramics respectively.
/* Candy CSS Linear Gradient Background */
.gradient {
background: #D3959B;
background: linear-gradient(
to right,
#D3959B,#BFE6BA
);
}
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.