๐จ Mix and match these vibrant shades to create a playful and energetic look.
๐ก The combination of Ripe Malinka and Heliotrope creates a gradient reminiscent of a summer sunset.
/* Ripe Malinka CSS Linear Gradient Background */
.gradient {
background: #f093fb;
background: linear-gradient(
to right,
#f093fb,#f5576c
);
}
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.