๐จ Use this gradient for a summer-themed design.
๐ก This gradient is inspired by the vibrant colors of Malibu's sunsets and juicy summer peaches.
/* Shore CSS Linear Gradient Background */
.gradient {
background: #70e1f5;
background: linear-gradient(
to right,
#70e1f5,#ffd194
);
}
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.