๐จ Use this gradient for vibrant, dynamic designs.
๐ก This gradient combines the urgency of red with the calm of blue, creating a unique balance.
/* Sublime Vivid CSS Linear Gradient Background */
.gradient {
background: #FC466B;
background: linear-gradient(
to right,
#FC466B,#3F5EFB
);
}
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.