Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a6c6;
}
.rhodonite {
color: #f1b1c7;
}
.noodles {
color: #f8e1b4;
}
.pink-beach {
color: #f9c2a4;
}
.pink-fit {
color: #f5a8b5;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a6c6;
--rhodonite:#f1b1c7;
--noodles:#f8e1b4;
--pink-beach:#f9c2a4;
--pink-fit:#f5a8b5;
}