Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.young-green-onion {
color: #a8d058;
}
.french-vanilla {
color: #f0e3a8;
}
.goldsmith {
color: #f2b650;
}
.crab-curry {
color: #da4c25;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--young-green-onion:#a8d058;
--french-vanilla:#f0e3a8;
--goldsmith:#f2b650;
--crab-curry:#da4c25;
}