Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.flavescent {
color: #f6eb8e;
}
.yellow-chalk {
color: #f3f7b1;
}
.dingy-sticky-note {
color: #e1f49f;
}
.ajwain-green {
color: #d2e77e;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--flavescent:#f6eb8e;
--yellow-chalk:#f3f7b1;
--dingy-sticky-note:#e1f49f;
--ajwain-green:#d2e77e;
}