Color names in this palette
CSS code for this palette
/* CSS */
.bermudagrass {
color: #66c26f;
}
.celery-sprig {
color: #9cdc89;
}
.crystal-apple {
color: #d0e8a1;
}
.chiffon {
color: #f1f9b9;
}
.good-morning {
color: #fdfcd8;
}
/* CSS Variables */
:root {
--bermudagrass:#66c26f;
--celery-sprig:#9cdc89;
--crystal-apple:#d0e8a1;
--chiffon:#f1f9b9;
--good-morning:#fdfcd8;
}