๐จ Use this gradient to add a lively touch to your designs.
๐ก Orange, a blend of red and yellow, symbolizes joy and creativity in color psychology.
/* Orange Fun CSS Linear Gradient Background */
.gradient {
background: #fc4a1a;
background: linear-gradient(
to right,
#fc4a1a,#f7b733
);
}
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.