Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #f7c0d8;
}
.rogue-pink {
color: #f7a1c3;
}
.flamingo-pink {
color: #f78db0;
}
.pink-sherbet {
color: #f77e9a;
}
.ponceau {
color: #f75979;
}
/* CSS Variables */
:root {
--flamingo-feather:#f7c0d8;
--rogue-pink:#f7a1c3;
--flamingo-pink:#f78db0;
--pink-sherbet:#f77e9a;
--ponceau:#f75979;
}