๐จ Mix and match shades of blue for a cool and calming effect.
๐ก The color blue is often associated with feelings of tranquility and peace.
/* Blooze CSS Linear Gradient Background */
.gradient {
background: #6da6be;
background: linear-gradient(
to right,
#6da6be,#4b859e,#6da6be
);
}
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.