Color names in this palette
CSS code for this palette
/* CSS */
.green-masquerade {
color: #88c38c;
}
.celery-sprig {
color: #a2d88d;
}
.basil-smash {
color: #b8e8a1;
}
.weak-yellow {
color: #f2f8d8;
}
.yellow-currant {
color: #f5c56b;
}
/* CSS Variables */
:root {
--green-masquerade:#88c38c;
--celery-sprig:#a2d88d;
--basil-smash:#b8e8a1;
--weak-yellow:#f2f8d8;
--yellow-currant:#f5c56b;
}