๐จ Use this gradient for a vibrant, summer-themed design.
๐ก Cerise Red and Laser are often used in sunset depictions for their warm hues.
/* Blurry Beach CSS Linear Gradient Background */
.gradient {
background: #d53369;
background: linear-gradient(
to right,
#d53369,#cbad6d
);
}
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.