Color names in this palette
CSS code for this palette
/* CSS */
.fiji-palm {
color: #4c8b3c;
}
.dublin {
color: #6fbe6f;
}
.green-trance {
color: #a5d5a5;
}
.tamale-maize {
color: #f7e8b6;
}
.aloof-lama {
color: #d6c59e;
}
/* CSS Variables */
:root {
--fiji-palm:#4c8b3c;
--dublin:#6fbe6f;
--green-trance:#a5d5a5;
--tamale-maize:#f7e8b6;
--aloof-lama:#d6c59e;
}