๐จ Great for vibrant, energetic designs.
๐ก This gradient combines the calm of blue with the energy of violet.
/* Timber CSS Linear Gradient Background */
.gradient {
background: #fc00ff;
background: linear-gradient(
to right,
#fc00ff,#00dbde
);
}
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.