🎨 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
);
}/* Orange Juice TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#fc6076] to-[#ff9a44]"></div>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.