๐จ Use this gradient for a standout design or statement piece.
๐ก Hollywood Cerise is often associated with glamour and Bittersweet with energy.
/* DIMIGO CSS Linear Gradient Background */
.gradient {
background: #ec008c;
background: linear-gradient(
to right,
#ec008c,#fc6767
);
}
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.