Color names in this palette
CSS code for this palette
/* CSS */
.tory-red {
color: #d86b5f;
}
.earth-rose {
color: #b37a6b;
}
.cocoa-whip {
color: #a28e7c;
}
.camel {
color: #c4a25a;
}
.fulgurite-copper {
color: #e4b97c;
}
/* CSS Variables */
:root {
--tory-red:#d86b5f;
--earth-rose:#b37a6b;
--cocoa-whip:#a28e7c;
--camel:#c4a25a;
--fulgurite-copper:#e4b97c;
}