Color names in this palette
CSS code for this palette
/* CSS */
.cashew-nut {
color: #efcab3;
}
.new-moss {
color: #c7d6c8;
}
.rosemary-green {
color: #6a9a71;
}
.sabal-palm {
color: #4c6b4f;
}
.te-papa-green {
color: #274f3c;
}
/* CSS Variables */
:root {
--cashew-nut:#efcab3;
--new-moss:#c7d6c8;
--rosemary-green:#6a9a71;
--sabal-palm:#4c6b4f;
--te-papa-green:#274f3c;
}