Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.eerie-glow {
color: #a7d7b8;
}
.bright-khaki {
color: #f0e78e;
}
.mad-for-mango {
color: #f5a300;
}
.common-chestnut {
color: #cd5b5b;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--eerie-glow:#a7d7b8;
--bright-khaki:#f0e78e;
--mad-for-mango:#f5a300;
--common-chestnut:#cd5b5b;
}