Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.princess {
color: #f1a7b4;
}
.charm-pink {
color: #e78dae;
}
.high-maintenance {
color: #d68fb6;
}
.tiny-ribbons {
color: #b98db3;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--princess:#f1a7b4;
--charm-pink:#e78dae;
--high-maintenance:#d68fb6;
--tiny-ribbons:#b98db3;
}