Color names in this palette
CSS code for this palette
/* CSS */
.par-four-green {
color: #3c8b40;
}
.drop-green {
color: #6dbf5f;
}
.frugal {
color: #a2d7b0;
}
.celery-scepter {
color: #e3e19c;
}
.burnt-yellow {
color: #d5ab10;
}
/* CSS Variables */
:root {
--par-four-green:#3c8b40;
--drop-green:#6dbf5f;
--frugal:#a2d7b0;
--celery-scepter:#e3e19c;
--burnt-yellow:#d5ab10;
}