Color names in this palette
CSS code for this palette
/* CSS */
.emerald-cory {
color: #5abf6e;
}
.celery-sprig {
color: #a2d98c;
}
.lemon-verbena {
color: #f3e86d;
}
.ginger-milk {
color: #f7a359;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--emerald-cory:#5abf6e;
--celery-sprig:#a2d98c;
--lemon-verbena:#f3e86d;
--ginger-milk:#f7a359;
--reductant:#e65b5b;
}