Color names in this palette
CSS code for this palette
/* CSS */
.tea-light {
color: #f6e4c1;
}
.beeswax {
color: #e9d6aa;
}
.spring-grass {
color: #d8c87d;
}
.dill-green {
color: #b5b24f;
}
.siskin-sprout {
color: #7e982a;
}
/* CSS Variables */
:root {
--tea-light:#f6e4c1;
--beeswax:#e9d6aa;
--spring-grass:#d8c87d;
--dill-green:#b5b24f;
--siskin-sprout:#7e982a;
}