Color names in this palette
CSS code for this palette
/* CSS */
.spiced-cashews {
color: #d2ac7f;
}
.bronze-sand {
color: #e4bf9b;
}
.frangipane {
color: #f7d5b1;
}
.maximum-yellow-red {
color: #f3b849;
}
.field-poppy {
color: #d76d3c;
}
/* CSS Variables */
:root {
--spiced-cashews:#d2ac7f;
--bronze-sand:#e4bf9b;
--frangipane:#f7d5b1;
--maximum-yellow-red:#f3b849;
--field-poppy:#d76d3c;
}