Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.drying-grass-green {
color: #7eb46a;
}
.basil-smash {
color: #b7e8a1;
}
.light-fresh-lime {
color: #e0f7d4;
}
.amnesiac-white {
color: #f8faeb;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--drying-grass-green:#7eb46a;
--basil-smash:#b7e8a1;
--light-fresh-lime:#e0f7d4;
--amnesiac-white:#f8faeb;
}