Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #f9c8e2;
}
.rogue-pink {
color: #f7a1c3;
}
.pink-carnation {
color: #f37c9e;
}
.pickled-pink {
color: #d94a7e;
}
.boysenberry-pink {
color: #a63a5c;
}
/* CSS Variables */
:root {
--sugarwinkle:#f9c8e2;
--rogue-pink:#f7a1c3;
--pink-carnation:#f37c9e;
--pickled-pink:#d94a7e;
--boysenberry-pink:#a63a5c;
}