Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c2;
}
.sullivan-s-heart {
color: #f9c3d1;
}
.noodles {
color: #f8e4b4;
}
.cr-me-de-la-cr-me {
color: #f3e7b4;
}
.peach-damask {
color: #f7c6a6;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c2;
--sullivan-s-heart:#f9c3d1;
--noodles:#f8e4b4;
--cr-me-de-la-cr-me:#f3e7b4;
--peach-damask:#f7c6a6;
}