๐จ Use this gradient for a warm, energetic design.
๐ก This gradient is named after the Jaffa orange and the Tulip Tree, both known for their vivid colors.
/* Master Card CSS Linear Gradient Background */
.gradient {
background: #f46b45;
background: linear-gradient(
to right,
#f46b45,#eea849
);
}
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.