Color names in this palette
CSS code for this palette
/* CSS */
.couch {
color: #502c21;
}
.plantation-shutters {
color: #6b4f43;
}
.honey-maple {
color: #a56c5f;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.channel {
color: #f1c4c0;
}
/* CSS Variables */
:root {
--couch:#502c21;
--plantation-shutters:#6b4f43;
--honey-maple:#a56c5f;
--cat-s-eye-marble:#d6a75c;
--channel:#f1c4c0;
}