Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.rogue-pink {
color: #f6a2c1;
}
.fruit-shake {
color: #f49e8a;
}
.marigold-dust {
color: #f4cf3e;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--rogue-pink:#f6a2c1;
--fruit-shake:#f49e8a;
--marigold-dust:#f4cf3e;
--moonshadow:#8d43ad;
}