🎨 Great for spring-themed designs!
💡 Jonquil is named after a species of daffodil, while Chablis is a type of wine.
/* Jonquil CSS Linear Gradient Background */
.gradient {
background: #FFEEEE;
background: linear-gradient(
to right,
#FFEEEE,#DDEFBB
);
}/* Jonquil TailwindCSS Linear Gradient */
<div class="bg-linear-to-r from-[#FFEEEE] to-[#DDEFBB]"></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.