Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.plum-blossom {
color: #f2a1a1;
}
.siesta-rose {
color: #ed7878;
}
.re-entry {
color: #dc4c4c;
}
.madder-red {
color: #b42d2d;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--plum-blossom:#f2a1a1;
--siesta-rose:#ed7878;
--re-entry:#dc4c4c;
--madder-red:#b42d2d;
}