๐จ Great for summer-themed designs or youthful brands.
๐ก This gradient is reminiscent of a tropical beach sunset.
/* Rose Water CSS Linear Gradient Background */
.gradient {
background: #E55D87;
background: linear-gradient(
to right,
#E55D87,#5FC3E4
);
}
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.