Color names in this palette
CSS code for this palette
/* CSS */
.sweet-cherry-red {
color: #851924;
}
.black-pudding {
color: #a54a52;
}
.impatient-heart {
color: #c57c7e;
}
.pale-lilac {
color: #d8b6c2;
}
.pink-amour {
color: #f4e1e8;
}
/* CSS Variables */
:root {
--sweet-cherry-red:#851924;
--black-pudding:#a54a52;
--impatient-heart:#c57c7e;
--pale-lilac:#d8b6c2;
--pink-amour:#f4e1e8;
}