๐จ Mix and match these sweet dessert-inspired colors to create a vibrant and playful look.
๐ก Did you know that the color lavender rose represents love at first sight?
/* Sweet Dessert CSS Linear Gradient Background */
.gradient {
background: #7742B2;
background: linear-gradient(
to right,
#7742B2,#F180FF,#FD8BD9
);
}
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.