Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.dublin {
color: #6fbe6f;
}
.grape-green {
color: #a8e8a1;
}
.bean-sprout {
color: #f2f9e7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--dublin:#6fbe6f;
--grape-green:#a8e8a1;
--bean-sprout:#f2f9e7;
--creamy-sweet-corn:#f9c54e;
}