Color names in this palette
CSS code for this palette
/* CSS */
.livid-brown {
color: #2e2929;
}
.smooth-coffee {
color: #5d4c4c;
}
.handmade-red {
color: #a57878;
}
.silver-pink {
color: #d9a6a6;
}
.cor-de-pele {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--livid-brown:#2e2929;
--smooth-coffee:#5d4c4c;
--handmade-red:#a57878;
--silver-pink:#d9a6a6;
--cor-de-pele:#f4c3c3;
}