Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.waddles-pink {
color: #f1a7ca;
}
.blushed-bombshell {
color: #e88cc3;
}
.china-pink {
color: #e06c9a;
}
.beauty-queen {
color: #c45a8d;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--waddles-pink:#f1a7ca;
--blushed-bombshell:#e88cc3;
--china-pink:#e06c9a;
--beauty-queen:#c45a8d;
}