Color names in this palette
CSS code for this palette
/* CSS */
.violet-femmes {
color: #a76c9c;
}
.lover-s-tryst {
color: #b58ca2;
}
.tsarina {
color: #d1b3c4;
}
.in-the-slip {
color: #e3c0d3;
}
.soft-cashmere {
color: #f2b5d5;
}
/* CSS Variables */
:root {
--violet-femmes:#a76c9c;
--lover-s-tryst:#b58ca2;
--tsarina:#d1b3c4;
--in-the-slip:#e3c0d3;
--soft-cashmere:#f2b5d5;
}