๐จ Use this gradient for sports-themed designs.
๐ก This gradient mirrors the colors of the Minnesota Vikings' team logo.
/* Minnesota Vikings CSS Linear Gradient Background */
.gradient {
background: #5614B0;
background: linear-gradient(
to right,
#5614B0,#DBD65C
);
}
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.