Color names in this palette
CSS code for this palette
/* CSS */
.pink-slipper {
color: #e8c9d1;
}
.rhodonite {
color: #f2b1c4;
}
.pastel-magenta {
color: #f49ac2;
}
.pink-sherbet {
color: #f77e9c;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--pink-slipper:#e8c9d1;
--rhodonite:#f2b1c4;
--pastel-magenta:#f49ac2;
--pink-sherbet:#f77e9c;
--bacon-strips:#e13e33;
}