๐จ Mix these vibrant colors to create a warm and inviting atmosphere.
๐ก Did you know that the combination of yellow and orange is often associated with happiness and energy?
/* Fruit Blend CSS Linear Gradient Background */
.gradient {
background: #f9d423;
background: linear-gradient(
to right,
#f9d423,#ff4e50
);
}
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.