Color names in this palette
CSS code for this palette
/* CSS */
.smoked-black-coffee {
color: #3c2f2f;
}
.ancient-prunus {
color: #5a3f3f;
}
.antique-garnet {
color: #8c5f5f;
}
.coffee-diva {
color: #bfa78d;
}
.hanyauku {
color: #e4d7c8;
}
/* CSS Variables */
:root {
--smoked-black-coffee:#3c2f2f;
--ancient-prunus:#5a3f3f;
--antique-garnet:#8c5f5f;
--coffee-diva:#bfa78d;
--hanyauku:#e4d7c8;
}