Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f8de5d;
}
.fresh-yellow {
color: #f9e190;
}
.lazy-daisy {
color: #f9eaa4;
}
.popcorn {
color: #f7d178;
}
.sunny-mood {
color: #f6c84c;
}
/* CSS Variables */
:root {
--dilly-dally:#f8de5d;
--fresh-yellow:#f9e190;
--lazy-daisy:#f9eaa4;
--popcorn:#f7d178;
--sunny-mood:#f6c84c;
}