Color names in this palette
CSS code for this palette
/* CSS */
.sea-cabbage {
color: #4f9c78;
}
.eerie-glow {
color: #a6d8b9;
}
.sugar-cookie {
color: #f0e2a3;
}
.shiny-trumpet {
color: #ebad5c;
}
.fireglow {
color: #d55d3f;
}
/* CSS Variables */
:root {
--sea-cabbage:#4f9c78;
--eerie-glow:#a6d8b9;
--sugar-cookie:#f0e2a3;
--shiny-trumpet:#ebad5c;
--fireglow:#d55d3f;
}