Color names in this palette
CSS code for this palette
/* CSS */
.eerie-black {
color: #1c1c1c;
}
.crater-brown {
color: #4c3e3e;
}
.alden-till {
color: #7c4b4b;
}
.delhi-spice {
color: #a66e6e;
}
.baby-jane {
color: #d2a7a7;
}
/* CSS Variables */
:root {
--eerie-black:#1c1c1c;
--crater-brown:#4c3e3e;
--alden-till:#7c4b4b;
--delhi-spice:#a66e6e;
--baby-jane:#d2a7a7;
}