Color names in this palette
CSS code for this palette
/* CSS */
.manila {
color: #e6c9a8;
}
.bruin-spice {
color: #d3b79c;
}
.fortress {
color: #bfa68d;
}
.chocolate-powder {
color: #a68c7d;
}
.arabic-coffee {
color: #6f4d3e;
}
/* CSS Variables */
:root {
--manila:#e6c9a8;
--bruin-spice:#d3b79c;
--fortress:#bfa68d;
--chocolate-powder:#a68c7d;
--arabic-coffee:#6f4d3e;
}