Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.bermudagrass {
color: #6ebf6f;
}
.green-trance {
color: #a4daa7;
}
.frozen-civilization {
color: #e0f5e3;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--bermudagrass:#6ebf6f;
--green-trance:#a4daa7;
--frozen-civilization:#e0f5e3;
--smooth-as-corn-silk:#f4e2b3;
}