Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f9d7e0;
}
.bridal-heath {
color: #f9ebdd;
}
.white-rabbit {
color: #f9eee7;
}
.grape-taffy {
color: #f8ddf4;
}
.sweet-slumber-pink {
color: #f5bdf4;
}
/* CSS Variables */
:root {
--pink-frosting:#f9d7e0;
--bridal-heath:#f9ebdd;
--white-rabbit:#f9eee7;
--grape-taffy:#f8ddf4;
--sweet-slumber-pink:#f5bdf4;
}