Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.rogue-pink {
color: #f4a4c1;
}
.pink-carnation {
color: #f07aa1;
}
.power-peony {
color: #ec5b8b;
}
.fantasy-romance {
color: #e6376c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--rogue-pink:#f4a4c1;
--pink-carnation:#f07aa1;
--power-peony:#ec5b8b;
--fantasy-romance:#e6376c;
}