Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.manga-pink {
color: #f5b7d6;
}
.sunset-pink {
color: #f9d7e6;
}
.mousse-aux-pruneaux {
color: #e7caf2;
}
.ariel-s-delight {
color: #b3a1d4;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--manga-pink:#f5b7d6;
--sunset-pink:#f9d7e6;
--mousse-aux-pruneaux:#e7caf2;
--ariel-s-delight:#b3a1d4;
}