Color names in this palette
CSS code for this palette
/* CSS */
.verdigris-coloured {
color: #60be77;
}
.tropical-light {
color: #a2d66b;
}
.celery-root {
color: #d2e4b9;
}
.yellow-chalk {
color: #f5f6b1;
}
.manga-pink {
color: #f2bad5;
}
/* CSS Variables */
:root {
--verdigris-coloured:#60be77;
--tropical-light:#a2d66b;
--celery-root:#d2e4b9;
--yellow-chalk:#f5f6b1;
--manga-pink:#f2bad5;
}