๐จ Use this gradient to add a vibrant and refreshing touch to your designs.
๐ก Did you know that the combination of orange and pink creates a playful and energetic atmosphere?
/* Orange Juice CSS Linear Gradient Background */
.gradient {
background: #fc6076;
background: linear-gradient(
to right,
#fc6076,#ff9a44
);
}
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.