Color names in this palette
CSS code for this palette
/* CSS */
.new-life {
color: #7d8c6e;
}
.bamboo-shoot {
color: #a4b5a1;
}
.celery-root {
color: #d6e5b8;
}
.majestic-treasures {
color: #f2e6a1;
}
.orange-blast {
color: #f5c899;
}
/* CSS Variables */
:root {
--new-life:#7d8c6e;
--bamboo-shoot:#a4b5a1;
--celery-root:#d6e5b8;
--majestic-treasures:#f2e6a1;
--orange-blast:#f5c899;
}