Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.ballerina-pink {
color: #fcb6b9;
}
.april-blush {
color: #f6d0d8;
}
.cake-frosting {
color: #fbdfe4;
}
.fresh-on-the-market {
color: #f9a9b6;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--ballerina-pink:#fcb6b9;
--april-blush:#f6d0d8;
--cake-frosting:#fbdfe4;
--fresh-on-the-market:#f9a9b6;
}