Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d6a9c6;
}
.sweet-alyssum {
color: #e5c2e0;
}
.soft-lavender {
color: #f6e4f5;
}
.mandys-pink {
color: #f6b798;
}
.ponceau {
color: #f45d7b;
}
/* CSS Variables */
:root {
--heart-to-heart:#d6a9c6;
--sweet-alyssum:#e5c2e0;
--soft-lavender:#f6e4f5;
--mandys-pink:#f6b798;
--ponceau:#f45d7b;
}