๐จ Use this gradient for a cozy, inviting vibe.
๐ก This gradient mimics the colors of a beautiful sunset, evoking feelings of warmth and tranquility.
/* Ed's Sunset Gradient CSS Linear Gradient Background */
.gradient {
background: #ff7e5f;
background: linear-gradient(
to right,
#ff7e5f,#feb47b
);
}
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.