๐จ 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
);
}
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.