Color names in this palette
CSS code for this palette
/* CSS */
.brown-coffee {
color: #4a2b2b;
}
.chocolate-eclair {
color: #694949;
}
.delhi-spice {
color: #a46a6a;
}
.white-acorn {
color: #daa98b;
}
.antoinette-pink {
color: #e6c2b7;
}
/* CSS Variables */
:root {
--brown-coffee:#4a2b2b;
--chocolate-eclair:#694949;
--delhi-spice:#a46a6a;
--white-acorn:#daa98b;
--antoinette-pink:#e6c2b7;
}