Color names in this palette
CSS code for this palette
/* CSS */
.pink-frosting {
color: #f6d5e4;
}
.waddles-pink {
color: #f1a7ca;
}
.chewing-gum-pink {
color: #e88dbf;
}
.crushed-berries {
color: #d55d9b;
}
.ancient-fuchsia {
color: #a7496d;
}
/* CSS Variables */
:root {
--pink-frosting:#f6d5e4;
--waddles-pink:#f1a7ca;
--chewing-gum-pink:#e88dbf;
--crushed-berries:#d55d9b;
--ancient-fuchsia:#a7496d;
}