Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a7c7;
}
.eau-de-rose {
color: #e4b9d1;
}
.rosy-nectar {
color: #f4c3e0;
}
.bubblegum-pink {
color: #f6b1b7;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a7c7;
--eau-de-rose:#e4b9d1;
--rosy-nectar:#f4c3e0;
--bubblegum-pink:#f6b1b7;
--blush-hour:#ff7092;
}