๐จ Use these vibrant blues to create a refreshing and energetic atmosphere.
๐ก Did you know that the color blue is often associated with calmness and tranquility?
/* Sharp Blues CSS Linear Gradient Background */
.gradient {
background: #00c6fb;
background: linear-gradient(
to right,
#00c6fb,#005bea
);
}
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.