Color names in this palette
CSS code for this palette
/* CSS */
.polished-apple {
color: #8c2b2b;
}
.royal-rum {
color: #a44c4c;
}
.impatient-heart {
color: #c67b7b;
}
.perfect-pink {
color: #e5b3b3;
}
.french-bustle {
color: #f3d3d3;
}
/* CSS Variables */
:root {
--polished-apple:#8c2b2b;
--royal-rum:#a44c4c;
--impatient-heart:#c67b7b;
--perfect-pink:#e5b3b3;
--french-bustle:#f3d3d3;
}