๐จ Use this gradient for a bold, energetic design.
๐ก This gradient combines the warmth of red-orange with the coolness of cyan, symbolizing balance.
/* Ali CSS Linear Gradient Background */
.gradient {
background: #ff4b1f;
background: linear-gradient(
to right,
#ff4b1f,#1fddff
);
}
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.