Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.cochonnet {
color: #ff8fc3;
}
.girls-night-out {
color: #ff66b3;
}
.knockout-pink {
color: #ff3d9b;
}
.big-bang-pink {
color: #ff0095;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--cochonnet:#ff8fc3;
--girls-night-out:#ff66b3;
--knockout-pink:#ff3d9b;
--big-bang-pink:#ff0095;
}