Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.lucerne {
color: #7abe79;
}
.smooth-satin {
color: #a3d7d1;
}
.venetian-yellow {
color: #f7e1a1;
}
.samoan-sun {
color: #f5b942;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--lucerne:#7abe79;
--smooth-satin:#a3d7d1;
--venetian-yellow:#f7e1a1;
--samoan-sun:#f5b942;
}