Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #492c2c;
}
.marron {
color: #6d4a4a;
}
.delhi-spice {
color: #a76c6c;
}
.cinnamon-cocoa {
color: #d0a69a;
}
.naturale {
color: #f2e0cf;
}
/* CSS Variables */
:root {
--brown-coffee:#492c2c;
--marron:#6d4a4a;
--delhi-spice:#a76c6c;
--cinnamon-cocoa:#d0a69a;
--naturale:#f2e0cf;
}