๐จ Great for a vibrant, energetic design.
๐ก This gradient is often used in designs to evoke feelings of warmth and positivity.
/* Haikus CSS Linear Gradient Background */
.gradient {
background: #fd746c;
background: linear-gradient(
to right,
#fd746c,#ff9068
);
}
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.