Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.rogue-pink {
color: #ff9ec0;
}
.french-pink {
color: #ff66a3;
}
.raspberry-shortcake {
color: #ff3d84;
}
.pink-poison {
color: #ff007b;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--rogue-pink:#ff9ec0;
--french-pink:#ff66a3;
--raspberry-shortcake:#ff3d84;
--pink-poison:#ff007b;
}