๐จ Mix and match these soft pastel shades for a dreamy and calming aesthetic.
๐ก The Shy Rainbow color scheme was inspired by the delicate hues of sea shells and the tranquility of the ocean.
/* Shy Rainbow CSS Linear Gradient Background */
.gradient {
background: #eea2a2;
background: linear-gradient(
to right,
#eea2a2,#bbc1bf,#57c6e1
);
}
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.