๐จ Mix and match these cool tones for a calming and refreshing look.
๐ก The color combination of Shady Water and Dull Lavender creates a soothing and serene atmosphere, perfect for relaxation spaces.
/* Shady Water CSS Linear Gradient Background */
.gradient {
background: #74ebd5;
background: linear-gradient(
to right,
#74ebd5,#9face6
);
}
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.