Color names in this palette
CSS code for this palette
/* CSS */
.cerise-red {
color: #dd3162;
}
.french-rose {
color: #f54d8d;
}
.heartfelt {
color: #fbb1cb;
}
.pork-belly {
color: #f9e1e8;
}
.light-peach-rose {
color: #ffe5d6;
}
/* CSS Variables */
:root {
--cerise-red:#dd3162;
--french-rose:#f54d8d;
--heartfelt:#fbb1cb;
--pork-belly:#f9e1e8;
--light-peach-rose:#ffe5d6;
}