Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f8c6a5;
}
.plum-blossom {
color: #f2a2a1;
}
.pinkish {
color: #d66b7f;
}
.thimble-red {
color: #a35c8e;
}
.cadmium-violet {
color: #8c3a9c;
}
/* CSS Variables */
:root {
--peach-damask:#f8c6a5;
--plum-blossom:#f2a2a1;
--pinkish:#d66b7f;
--thimble-red:#a35c8e;
--cadmium-violet:#8c3a9c;
}