Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3c2a2e;
}
.raisin {
color: #5d4b4f;
}
.gothic-spire {
color: #7c6a6d;
}
.hatoba-nezumi-grey {
color: #9c8b8d;
}
.black-shadows {
color: #c0afb0;
}
/* CSS Variables */
:root {
--havana:#3c2a2e;
--raisin:#5d4b4f;
--gothic-spire:#7c6a6d;
--hatoba-nezumi-grey:#9c8b8d;
--black-shadows:#c0afb0;
}