Color names in this palette
CSS code for this palette
/* CSS */
.powder-blush {
color: #d79289;
}
.brain-pink {
color: #f1b1b1;
}
.sullivan-s-heart {
color: #f5c7d2;
}
.poetic-princess {
color: #f8e2e6;
}
.cherry-blossom {
color: #f8c4d5;
}
/* CSS Variables */
:root {
--powder-blush:#d79289;
--brain-pink:#f1b1b1;
--sullivan-s-heart:#f5c7d2;
--poetic-princess:#f8e2e6;
--cherry-blossom:#f8c4d5;
}