Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.princess {
color: #f1a7b3;
}
.pink-carnation {
color: #f07f9f;
}
.power-peony {
color: #f0568f;
}
.chin-chin-cherry {
color: #e02e5b;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--princess:#f1a7b3;
--pink-carnation:#f07f9f;
--power-peony:#f0568f;
--chin-chin-cherry:#e02e5b;
}