Color names in this palette
CSS code for this palette
/* CSS */
.fired-brick {
color: #7b2d30;
}
.royal-rum {
color: #a14a4d;
}
.impatient-heart {
color: #c57c7e;
}
.chewing-gum {
color: #e3b0b0;
}
.ballet {
color: #f8d3d3;
}
/* CSS Variables */
:root {
--fired-brick:#7b2d30;
--royal-rum:#a14a4d;
--impatient-heart:#c57c7e;
--chewing-gum:#e3b0b0;
--ballet:#f8d3d3;
}