Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d4;
}
.prism-pink {
color: #f3a0c0;
}
.xoxo {
color: #f17e95;
}
.royal-blush {
color: #f86f54;
}
.citrus-blast {
color: #e07c3e;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d4;
--prism-pink:#f3a0c0;
--xoxo:#f17e95;
--royal-blush:#f86f54;
--citrus-blast:#e07c3e;
}