๐จ Use this gradient for a vibrant, playful design.
๐ก Portage and Cupid colors are often used in designs aimed at teenagers.
/* Teen Notebook CSS Linear Gradient Background */
.gradient {
background: #9795f0;
background: linear-gradient(
to right,
#9795f0,#fbc8d4
);
}
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.