๐จ Use this gradient to evoke feelings of warmth and comfort.
๐ก This gradient's colors, Bourbon and Tacao, are often used in interior design to create a cozy atmosphere.
/* Bourbon CSS Linear Gradient Background */
.gradient {
background: #EC6F66;
background: linear-gradient(
to right,
#EC6F66,#F3A183
);
}
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.