Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3b2b2b;
}
.smooth-coffee {
color: #5c4d4d;
}
.hickory-cliff {
color: #7c6e6e;
}
.dusky {
color: #c2a8a8;
}
.bistro-pink {
color: #e1b7b7;
}
/* CSS Variables */
:root {
--havana:#3b2b2b;
--smooth-coffee:#5c4d4d;
--hickory-cliff:#7c6e6e;
--dusky:#c2a8a8;
--bistro-pink:#e1b7b7;
}