Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #f74b8a;
}
.rogue-pink {
color: #f6a2be;
}
.pink-frosting {
color: #f6d5e4;
}
.dainty-debutante {
color: #f4bfb4;
}
.chantilly {
color: #eab8c8;
}
/* CSS Variables */
:root {
--french-rose:#f74b8a;
--rogue-pink:#f6a2be;
--pink-frosting:#f6d5e4;
--dainty-debutante:#f4bfb4;
--chantilly:#eab8c8;
}