Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.cos {
color: #a3c58c;
}
.valley-view {
color: #b2c478;
}
.sweet-dough {
color: #d9cbab;
}
.fulgurite-copper {
color: #e4b77c;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--cos:#a3c58c;
--valley-view:#b2c478;
--sweet-dough:#d9cbab;
--fulgurite-copper:#e4b77c;
}