Color names in this palette
CSS code for this palette
/* CSS */
.livid-brown {
color: #2e2929;
}
.smooth-coffee {
color: #5c4d4d;
}
.renwick-heather {
color: #8d7c7c;
}
.laser {
color: #c6a85d;
}
.va-va-voom {
color: #e6b54c;
}
/* CSS Variables */
:root {
--livid-brown:#2e2929;
--smooth-coffee:#5c4d4d;
--renwick-heather:#8d7c7c;
--laser:#c6a85d;
--va-va-voom:#e6b54c;
}