Color names in this palette
CSS code for this palette
/* CSS */
.poetic-princess {
color: #f8e2e6;
}
.manga-pink {
color: #f6b6d7;
}
.amaranth-pink {
color: #f29cbd;
}
.xoxo {
color: #f27d94;
}
.ripe-malinka {
color: #f85d6a;
}
/* CSS Variables */
:root {
--poetic-princess:#f8e2e6;
--manga-pink:#f6b6d7;
--amaranth-pink:#f29cbd;
--xoxo:#f27d94;
--ripe-malinka:#f85d6a;
}