๐จ Use this gradient to create a cheerful and vibrant design.
๐ก The Cream Can and Vivid Tangerine colors were inspired by a beautiful sunrise on a sunny morning.
/* Sunny Morning CSS Linear Gradient Background */
.gradient {
background: #f6d365;
background: linear-gradient(
to right,
#f6d365,#fda085
);
}
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.