๐จ Great for summer-themed designs.
๐ก This gradient mimics the colors of a citrus peel, fresh and invigorating.
/* Citrus Peel CSS Linear Gradient Background */
.gradient {
background: #FDC830;
background: linear-gradient(
to right,
#FDC830,#F37335
);
}
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.