Color names in this palette
CSS code for this palette
/* CSS */
.burnt-copper {
color: #c46b3b;
}
.acorn-nut {
color: #d48a49;
}
.fulgurite-copper {
color: #e4b97c;
}
.radome-tan {
color: #f1c7a2;
}
.early-sunset {
color: #f4e4d7;
}
/* CSS Variables */
:root {
--burnt-copper:#c46b3b;
--acorn-nut:#d48a49;
--fulgurite-copper:#e4b97c;
--radome-tan:#f1c7a2;
--early-sunset:#f4e4d7;
}