Color names in this palette
CSS code for this palette
/* CSS */
.green-serpent {
color: #74b800;
}
.fescue {
color: #a2cda4;
}
.celery-root {
color: #d2e5b8;
}
.yellow-chalk {
color: #f5fbb1;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--green-serpent:#74b800;
--fescue:#a2cda4;
--celery-root:#d2e5b8;
--yellow-chalk:#f5fbb1;
--hollandaise:#ffec3d;
}