Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #fbbcd9;
}
.christy-s-smile {
color: #f8b9ce;
}
.pastel-magenta {
color: #f49ac2;
}
.peach-burst {
color: #f19898;
}
.pink-chi {
color: #e68989;
}
/* CSS Variables */
:root {
--flamingo-feather:#fbbcd9;
--christy-s-smile:#f8b9ce;
--pastel-magenta:#f49ac2;
--peach-burst:#f19898;
--pink-chi:#e68989;
}