Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f6b6d8;
}
.chewing-gum-pink {
color: #e38cbb;
}
.fuchsia-kiss {
color: #d06d98;
}
.violet-femmes {
color: #a66e9d;
}
.prettiest-pink {
color: #e1a3c9;
}
/* CSS Variables */
:root {
--manga-pink:#f6b6d8;
--chewing-gum-pink:#e38cbb;
--fuchsia-kiss:#d06d98;
--violet-femmes:#a66e9d;
--prettiest-pink:#e1a3c9;
}