๐จ Great for a bold, energetic design.
๐ก This gradient is inspired by the breathtaking hues of a sunset, symbolizing endings and beginnings.
/* Red Sunset CSS Linear Gradient Background */
.gradient {
background: #355C7D;
background: linear-gradient(
to right,
#355C7D,#6C5B7B,#C06C84
);
}
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.