Color names in this palette
CSS code for this palette
/* CSS */
.inventive-orange {
color: #e5a06c;
}
.coral-gold {
color: #d56f4d;
}
.warming-heart {
color: #d34d3c;
}
.bijou-red {
color: #a13a3a;
}
.polished-apple {
color: #812c2c;
}
/* CSS Variables */
:root {
--inventive-orange:#e5a06c;
--coral-gold:#d56f4d;
--warming-heart:#d34d3c;
--bijou-red:#a13a3a;
--polished-apple:#812c2c;
}