๐จ Great for a lively, energetic design.
๐ก This gradient is reminiscent of a summer sunset, bringing warmth and joy.
/* Nelson CSS Linear Gradient Background */
.gradient {
background: #f2709c;
background: linear-gradient(
to right,
#f2709c,#ff9472
);
}
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.