Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.citronella {
color: #69bf79;
}
.frugal {
color: #a4d6b1;
}
.light-green-wash {
color: #d5e7da;
}
.peaceful-rain {
color: #f0fbef;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--citronella:#69bf79;
--frugal:#a4d6b1;
--light-green-wash:#d5e7da;
--peaceful-rain:#f0fbef;
}