๐จ Mix and match these vibrant colors to create a bold and eye-catching design.
๐ก This color scheme was inspired by the vibrant and energetic atmosphere of a carnival.
/* Racker CSS Linear Gradient Background */
.gradient {
background: #EB0000;
background: linear-gradient(
to right,
#EB0000,#95008A,#3300FC
);
}
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.