๐จ Great for a summer-themed design.
๐ก These colors are often used in beach-themed artworks.
/* Sea Blizz CSS Linear Gradient Background */
.gradient {
background: #1CD8D2;
background: linear-gradient(
to right,
#1CD8D2,#93EDC7
);
}
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.