๐จ Use this gradient for a cozy yet intriguing vibe.
๐ก Fuzzy Wuzzy Brown was named after a popular children's poem about a bear.
/* Bighead CSS Linear Gradient Background */
.gradient {
background: #c94b4b;
background: linear-gradient(
to right,
#c94b4b,#4b134f
);
}
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.