Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.green-flash {
color: #7cc851;
}
.grape-green {
color: #a7e8a1;
}
.salmon-eggs {
color: #f4d35d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--green-flash:#7cc851;
--grape-green:#a7e8a1;
--salmon-eggs:#f4d35d;
--grapefruit-pulp:#ff6e61;
}