Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.brown-coffee {
color: #4b2b2a;
}
.polished-apple {
color: #852f2e;
}
.terra-tone {
color: #b36c6b;
}
.deeply-embarrassed {
color: #f0b2b2;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--brown-coffee:#4b2b2a;
--polished-apple:#852f2e;
--terra-tone:#b36c6b;
--deeply-embarrassed:#f0b2b2;
}