๐จ Use this gradient for autumn-themed designs.
๐ก Raw Sienna and Peach Orange are often used in sunset paintings.
/* Koko Caramel CSS Linear Gradient Background */
.gradient {
background: #D1913C;
background: linear-gradient(
to right,
#D1913C,#FFD194
);
}
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.