Color names in this palette
CSS code for this palette
/* CSS */
.polished-apple {
color: #8c2c2c;
}
.enticing-red {
color: #b95050;
}
.coral-expression {
color: #d76a6a;
}
.pressed-rose {
color: #f1a7a7;
}
.pink-clay {
color: #fdd3d3;
}
/* CSS Variables */
:root {
--polished-apple:#8c2c2c;
--enticing-red:#b95050;
--coral-expression:#d76a6a;
--pressed-rose:#f1a7a7;
--pink-clay:#fdd3d3;
}