๐จ Great for summer-themed designs.
๐ก This gradient is reminiscent of a tropical sunset, evoking feelings of warmth and relaxation.
/* Pizelex CSS Linear Gradient Background */
.gradient {
background: #114357;
background: linear-gradient(
to right,
#114357,#F29492
);
}
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.