Color names in this palette
CSS code for this palette
/* CSS */
.bright-nori {
color: #3a5b25;
}
.hot-pepper-green {
color: #5a7e3a;
}
.lima-bean-green {
color: #8ebf69;
}
.cactus-spike {
color: #c4e09e;
}
.pastoral {
color: #f1f9d7;
}
/* CSS Variables */
:root {
--bright-nori:#3a5b25;
--hot-pepper-green:#5a7e3a;
--lima-bean-green:#8ebf69;
--cactus-spike:#c4e09e;
--pastoral:#f1f9d7;
}