Color names in this palette
CSS code for this palette
/* CSS */
.murdoch {
color: #5d8e6d;
}
.eerie-glow {
color: #a7d7b8;
}
.fake-blonde {
color: #f0e3c1;
}
.pallid-orange {
color: #f9b79f;
}
.entan-red {
color: #ea6f4d;
}
/* CSS Variables */
:root {
--murdoch:#5d8e6d;
--eerie-glow:#a7d7b8;
--fake-blonde:#f0e3c1;
--pallid-orange:#f9b79f;
--entan-red:#ea6f4d;
}