๐จ Great for a whimsical, fantasy-themed design.
๐ก This gradient is inspired by the mythical unicorn's magical and colorful aura.
/* Unicorn Rainbow CSS Linear Gradient Background */
.gradient {
background: #f7f0ac;
background: linear-gradient(
to right,
#f7f0ac,#acf7f0,#f0acf7
);
}
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.