๐จ Mix warm and cool tones for a balanced look
๐ก Chardonnay is a popular white wine grape variety
/* Mean Fruit CSS Linear Gradient Background */
.gradient {
background: #fccb90;
background: linear-gradient(
to right,
#fccb90,#d57eeb
);
}
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.