Color names in this palette
CSS code for this palette
/* CSS */
.smoked-black-coffee {
color: #3c2f2f;
}
.chocolate-eclair {
color: #694949;
}
.santa-fe-sunset {
color: #a95b4c;
}
.caramelo-dulce {
color: #d89e6e;
}
.inviting-ivory {
color: #f1d5b1;
}
/* CSS Variables */
:root {
--smoked-black-coffee:#3c2f2f;
--chocolate-eclair:#694949;
--santa-fe-sunset:#a95b4c;
--caramelo-dulce:#d89e6e;
--inviting-ivory:#f1d5b1;
}