🎨 Use this gradient for a bold, energetic design.
💡 This gradient is inspired by SoundCloud's dynamic and bold brand colors.
/* SoundCloud CSS Linear Gradient Background */
.gradient {
background: #fe8c00;
background: linear-gradient(
to right,
#fe8c00,#f83600
);
}/* SoundCloud TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#fe8c00] to-[#f83600]"></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.