Color names in this palette
CSS code for this palette
/* CSS */
.verdant-oasis {
color: #5abf69;
}
.green-trance {
color: #a4daa6;
}
.friendly-basilisk {
color: #e2f6df;
}
.chai-latte {
color: #f9c89f;
}
.usubeni-red {
color: #f36a68;
}
/* CSS Variables */
:root {
--verdant-oasis:#5abf69;
--green-trance:#a4daa6;
--friendly-basilisk:#e2f6df;
--chai-latte:#f9c89f;
--usubeni-red:#f36a68;
}