Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.waddles-pink {
color: #f1a7ca;
}
.fuchsia-blush {
color: #e580b4;
}
.sea-salt-sherbet {
color: #fef6f7;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--waddles-pink:#f1a7ca;
--fuchsia-blush:#e580b4;
--sea-salt-sherbet:#fef6f7;
--white:#ffffff;
}