๐จ Use this gradient for a bold, energetic design.
๐ก Yellow and Cerise together often symbolize joy and love.
/* Alihossein CSS Linear Gradient Background */
.gradient {
background: #f7ff00;
background: linear-gradient(
to right,
#f7ff00,#db36a4
);
}
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.