🎨 Mix these vibrant colors to create a bold and eye-catching design.
💡 The Razzmatazz color was first introduced in 1993 as one of the original Crayola crayon colors.
/* Andreuzza's CSS Linear Gradient Background */
.gradient {
background: #D70652;
background: linear-gradient(
to right,
#D70652,#FF025E
);
}/* Andreuzza's TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#D70652] to-[#FF025E]"></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.