Color names in this palette
CSS code for this palette
/* CSS */
.smoked-black-coffee {
color: #3c2f2f;
}
.buccaneer {
color: #6d4f4f;
}
.delhi-spice {
color: #a66e6e;
}
.caramelo-dulce {
color: #d6a16b;
}
.sweet-pastel {
color: #f0c9b2;
}
/* CSS Variables */
:root {
--smoked-black-coffee:#3c2f2f;
--buccaneer:#6d4f4f;
--delhi-spice:#a66e6e;
--caramelo-dulce:#d6a16b;
--sweet-pastel:#f0c9b2;
}