Color names in this palette
CSS code for this palette
/* CSS */
.murdoch {
color: #5b8b69;
}
.eerie-glow {
color: #a7d7b8;
}
.ballet-white {
color: #f3e6d8;
}
.shady-pink {
color: #c8a2b1;
}
.false-morel {
color: #7a4d4d;
}
/* CSS Variables */
:root {
--murdoch:#5b8b69;
--eerie-glow:#a7d7b8;
--ballet-white:#f3e6d8;
--shady-pink:#c8a2b1;
--false-morel:#7a4d4d;
}