๐จ Use this gradient for designs that need to convey excitement and energy.
๐ก This gradient combines the warmth of orange with the coolness of blue, creating a dynamic contrast.
/* Blue Orange CSS Linear Gradient Background */
.gradient {
background: #FD8112;
background: linear-gradient(
to right,
#FD8112,#0085CA
);
}
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.