๐จ Use this gradient for a bold, attention-grabbing effect.
๐ก Cinnabar was used in ancient times for its vibrant color and Flamingo represents the vibrant bird.
/* Html CSS Linear Gradient Background */
.gradient {
background: #E44D26;
background: linear-gradient(
to right,
#E44D26,#F16529
);
}
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.