๐จ Great for highlighting important elements in a design.
๐ก This gradient is reminiscent of the national colors of Trinidad and Tobago.
/* Blooker20 CSS Linear Gradient Background */
.gradient {
background: #e65c00;
background: linear-gradient(
to right,
#e65c00,#F9D423
);
}
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.