Color names in this palette
CSS code for this palette
/* CSS */
.havana {
color: #3b2b2b;
}
.smooth-coffee {
color: #5d4c4c;
}
.hickory-cliff {
color: #7c6e6e;
}
.coquina {
color: #9f8e8e;
}
.grey-shadows {
color: #c3bbbb;
}
/* CSS Variables */
:root {
--havana:#3b2b2b;
--smooth-coffee:#5d4c4c;
--hickory-cliff:#7c6e6e;
--coquina:#9f8e8e;
--grey-shadows:#c3bbbb;
}