๐จ Use this gradient to create a bold and vibrant design.
๐ก The combination of blue and red is often associated with power and passion.
/* Blue Red CSS Linear Gradient Background */
.gradient {
background: #36B1C7;
background: linear-gradient(
to right,
#36B1C7,#960B33
);
}
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.