Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d1;
}
.pink-fit {
color: #f5a3b4;
}
.flower-blossom-pink {
color: #f57a8b;
}
.calypso-coral {
color: #f2505d;
}
.bloodthirsty-warlock {
color: #f21c3c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d1;
--pink-fit:#f5a3b4;
--flower-blossom-pink:#f57a8b;
--calypso-coral:#f2505d;
--bloodthirsty-warlock:#f21c3c;
}