Color names in this palette
CSS code for this palette
/* CSS */
.army-green {
color: #4e5421;
}
.dill-pickle {
color: #69784a;
}
.serpentine-green {
color: #a8b979;
}
.celery-bunch {
color: #d4dfb3;
}
.rising-star {
color: #f4f7d4;
}
/* CSS Variables */
:root {
--army-green:#4e5421;
--dill-pickle:#69784a;
--serpentine-green:#a8b979;
--celery-bunch:#d4dfb3;
--rising-star:#f4f7d4;
}