Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #fc83a7;
}
.manga-pink {
color: #f8b9d9;
}
.wishy-washy-lilies {
color: #f6dfe6;
}
.soft-cashmere {
color: #f2b1d9;
}
.rogue-pink {
color: #f8a5c2;
}
/* CSS Variables */
:root {
--pink-makeup:#fc83a7;
--manga-pink:#f8b9d9;
--wishy-washy-lilies:#f6dfe6;
--soft-cashmere:#f2b1d9;
--rogue-pink:#f8a5c2;
}