Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.nature-s-delight {
color: #a9d18f;
}
.cactus-spike {
color: #c3e0a3;
}
.weak-yellow {
color: #f2f7d9;
}
.treacle {
color: #895929;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--nature-s-delight:#a9d18f;
--cactus-spike:#c3e0a3;
--weak-yellow:#f2f7d9;
--treacle:#895929;
}