Color names in this palette
CSS code for this palette
/* CSS */
.smoked-black-coffee {
color: #3c2f2f;
}
.smooth-coffee {
color: #5d4c4c;
}
.muscatel {
color: #7c6a6a;
}
.mauverine {
color: #9e8a8a;
}
.foggy-quartz {
color: #c19f9f;
}
/* CSS Variables */
:root {
--smoked-black-coffee:#3c2f2f;
--smooth-coffee:#5d4c4c;
--muscatel:#7c6a6a;
--mauverine:#9e8a8a;
--foggy-quartz:#c19f9f;
}