Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a06a9e;
}
.heart-to-heart {
color: #d4abc7;
}
.in-the-pink {
color: #f2c5d3;
}
.ivory-tassel {
color: #f7e9d9;
}
.creamy-custard {
color: #f9e6be;
}
/* CSS Variables */
:root {
--violet-femmes:#a06a9e;
--heart-to-heart:#d4abc7;
--in-the-pink:#f2c5d3;
--ivory-tassel:#f7e9d9;
--creamy-custard:#f9e6be;
}