🎨 Use this gradient for a vibrant, playful design.
💡 This gradient combines the mystery of a forest with the tranquility of a French pass.
/* Forest Inei CSS Linear Gradient Background */
.gradient {
background: #df89b5;
background: linear-gradient(
to right,
#df89b5,#bfd9fe
);
}/* Forest Inei TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#df89b5] to-[#bfd9fe]"></div>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.