Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d4;
}
.rogue-pink {
color: #f9a4bf;
}
.posy-petal {
color: #f6889d;
}
.sun-kissed-coral {
color: #f06a7a;
}
.calypso-coral {
color: #e84a5d;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d4;
--rogue-pink:#f9a4bf;
--posy-petal:#f6889d;
--sun-kissed-coral:#f06a7a;
--calypso-coral:#e84a5d;
}