Color names in this palette
CSS code for this palette
/* CSS */
.pork-belly {
color: #f8e2e7;
}
.manga-pink {
color: #f4b8d8;
}
.amaranth-pink {
color: #f29cbd;
}
.embarrassed {
color: #f17999;
}
.camellia-rose {
color: #e94e6d;
}
/* CSS Variables */
:root {
--pork-belly:#f8e2e7;
--manga-pink:#f4b8d8;
--amaranth-pink:#f29cbd;
--embarrassed:#f17999;
--camellia-rose:#e94e6d;
}