Color names in this palette
CSS code for this palette
/* CSS */
.mantis {
color: #74c365;
}
.eerie-glow {
color: #a8d6b9;
}
.friendly-basilisk {
color: #e2f4e1;
}
.friendly-yellow {
color: #f6e2b1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--mantis:#74c365;
--eerie-glow:#a8d6b9;
--friendly-basilisk:#e2f4e1;
--friendly-yellow:#f6e2b1;
--apricot-glazed-chicken:#f5a524;
}