Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f7c8bb;
}
.emperor-s-children {
color: #f1a2b7;
}
.xoxo {
color: #f07f9a;
}
.paris-pink {
color: #d66b8b;
}
.kir-royale-rose {
color: #b25c7a;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f7c8bb;
--emperor-s-children:#f1a2b7;
--xoxo:#f07f9a;
--paris-pink:#d66b8b;
--kir-royale-rose:#b25c7a;
}