Color names in this palette
CSS code for this palette
/* CSS */
.french-pink {
color: #ff66a1;
}
.rogue-pink {
color: #ff9ec0;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.morning-shine {
color: #f9e7ef;
}
.pretty-in-pink {
color: #f5c2e7;
}
/* CSS Variables */
:root {
--french-pink:#ff66a1;
--rogue-pink:#ff9ec0;
--hot-aquarelle-pink:#ffb3d9;
--morning-shine:#f9e7ef;
--pretty-in-pink:#f5c2e7;
}