Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d1a9c5;
}
.designer-pink {
color: #e5b8d8;
}
.rosy-nectar {
color: #f3c3e3;
}
.noodles {
color: #f9e5b4;
}
.neighborly-peach {
color: #f4c1a4;
}
/* CSS Variables */
:root {
--heart-to-heart:#d1a9c5;
--designer-pink:#e5b8d8;
--rosy-nectar:#f3c3e3;
--noodles:#f9e5b4;
--neighborly-peach:#f4c1a4;
}