🎨 Use this gradient for spring-themed designs.
💡 Cerise Red is named after the French word for cherry. Pastel Green is calming to the eyes.
/* Kyoo Pal CSS Linear Gradient Background */
.gradient {
background: #dd3e54;
background: linear-gradient(
to right,
#dd3e54,#6be585
);
}/* Kyoo Pal TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#dd3e54] to-[#6be585]"></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.