๐จ Use this refreshing color scheme to add a cool and vibrant touch to your designs.
๐ก Did you know that the color blue is often associated with tranquility and calmness, while green represents growth and freshness? This gradient combines both colors to create a soothing and invigorating effect.
/* Morning Salad CSS Linear Gradient Background */
.gradient {
background: #B7F8DB;
background: linear-gradient(
to right,
#B7F8DB,#50A7C2
);
}
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.