Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.black-oak {
color: #4f4f4f;
}
.dark-souls {
color: #a3a3a3;
}
.bright-khaki {
color: #f0e78e;
}
.white-elf {
color: #f5c47f;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--black-oak:#4f4f4f;
--dark-souls:#a3a3a3;
--bright-khaki:#f0e78e;
--white-elf:#f5c47f;
}