Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.heart-to-heart {
color: #d7a7c7;
}
.pansy-posy {
color: #bea2b3;
}
.usu-pink {
color: #a67d9d;
}
.spiced-plum {
color: #7b4f7d;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--heart-to-heart:#d7a7c7;
--pansy-posy:#bea2b3;
--usu-pink:#a67d9d;
--spiced-plum:#7b4f7d;
}