Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f8de5d;
}
.sweet-corn {
color: #f9e176;
}
.sugar-cookie {
color: #f1e4a2;
}
.sprouted {
color: #f2d58c;
}
.fat-gold {
color: #e6b400;
}
/* CSS Variables */
:root {
--dilly-dally:#f8de5d;
--sweet-corn:#f9e176;
--sugar-cookie:#f1e4a2;
--sprouted:#f2d58c;
--fat-gold:#e6b400;
}