๐จ Add a touch of coastal charm to your designs with this invigorating gradient.
๐ก Aquamarine is believed to bring good luck and protection to sailors, while Malibu is named after a beautiful beach city in California.
/* Light Blue CSS Linear Gradient Background */
.gradient {
background: #9EFBD3;
background: linear-gradient(
to right,
#9EFBD3,#57E9F2,#45D4FB
);
}
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.