Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #fc83a7;
}
.rogue-pink {
color: #f7a1c5;
}
.sweetheart {
color: #f4c3d6;
}
.pink-amour {
color: #f3e2e9;
}
.dream-land {
color: #e6b1e7;
}
/* CSS Variables */
:root {
--pink-makeup:#fc83a7;
--rogue-pink:#f7a1c5;
--sweetheart:#f4c3d6;
--pink-amour:#f3e2e9;
--dream-land:#e6b1e7;
}