Color names in this palette
CSS code for this palette
/* CSS */
.bone-white {
color: #f2e2b0;
}
.electrum {
color: #e6c698;
}
.mulled-spice {
color: #d6a77a;
}
.gold-pheasant {
color: #c5795e;
}
.tandoori {
color: #b95c50;
}
/* CSS Variables */
:root {
--bone-white:#f2e2b0;
--electrum:#e6c698;
--mulled-spice:#d6a77a;
--gold-pheasant:#c5795e;
--tandoori:#b95c50;
}