Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.bermudagrass {
color: #6ebf6f;
}
.green-trance {
color: #a2d8a5;
}
.biltmore-buff {
color: #e3c7a1;
}
.rincon-cove {
color: #c7b39e;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--bermudagrass:#6ebf6f;
--green-trance:#a2d8a5;
--biltmore-buff:#e3c7a1;
--rincon-cove:#c7b39e;
}