Color names in this palette
CSS code for this palette
/* CSS */
.pink-scallop {
color: #f2e0d4;
}
.bespoke {
color: #d4b8a0;
}
.african-bubinga {
color: #c58f7c;
}
.cedar-plank-salmon {
color: #a96a51;
}
.spice {
color: #6a4f3e;
}
/* CSS Variables */
:root {
--pink-scallop:#f2e0d4;
--bespoke:#d4b8a0;
--african-bubinga:#c58f7c;
--cedar-plank-salmon:#a96a51;
--spice:#6a4f3e;
}