Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #7f3c90;
}
.long-forgotten-purple {
color: #a4799b;
}
.heart-to-heart {
color: #d5a5c5;
}
.inviting-ivory {
color: #f2d4b0;
}
.peach-damask {
color: #f7c6a6;
}
/* CSS Variables */
:root {
--dull-violet:#7f3c90;
--long-forgotten-purple:#a4799b;
--heart-to-heart:#d5a5c5;
--inviting-ivory:#f2d4b0;
--peach-damask:#f7c6a6;
}