Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.aloe-vera-green {
color: #7b9b3b;
}
.harmonious {
color: #b2c18f;
}
.fireglow {
color: #d45d40;
}
.murray-red {
color: #6e3b3a;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--aloe-vera-green:#7b9b3b;
--harmonious:#b2c18f;
--fireglow:#d45d40;
--murray-red:#6e3b3a;
}