๐จ Use these colors to create a vibrant and playful design.
๐ก The combination of Wild Apple and Viola creates a harmonious blend of warm and cool tones.
/* Wild Apple CSS Linear Gradient Background */
.gradient {
background: #d299c2;
background: linear-gradient(
to right,
#d299c2,#fef9d7
);
}
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.