Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e9b9e5;
}
.cherry-blossom {
color: #f3bfd4;
}
.pink-frosting {
color: #f8d8e1;
}
.pink-chalk {
color: #f4a4b9;
}
.pink-flamb {
color: #d24b8a;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e9b9e5;
--cherry-blossom:#f3bfd4;
--pink-frosting:#f8d8e1;
--pink-chalk:#f4a4b9;
--pink-flamb:#d24b8a;
}