๐จ Great for highlighting important elements.
๐ก This gradient is reminiscent of a sunset in Toledo, Spain.
/* Flickr CSS Linear Gradient Background */
.gradient {
background: #ff0084;
background: linear-gradient(
to right,
#ff0084,#33001b
);
}
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.