๐จ 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
);
}
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.