🎨 Great for a lively, energetic design.
💡 This gradient is reminiscent of the 1960s 'Pop Art' color trends.
/* Orange Coral CSS Linear Gradient Background */
.gradient {
background: #ff9966;
background: linear-gradient(
to right,
#ff9966,#ff5e62
);
}/* Orange Coral TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#ff9966] to-[#ff5e62]"></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.