Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e2b6d3;
}
.cyclamen-red {
color: #a85d8c;
}
.eminence {
color: #6c3a6e;
}
.perfume {
color: #c1afe4;
}
.venetian-yellow {
color: #f5e6a3;
}
/* CSS Variables */
:root {
--eau-de-rose:#e2b6d3;
--cyclamen-red:#a85d8c;
--eminence:#6c3a6e;
--perfume:#c1afe4;
--venetian-yellow:#f5e6a3;
}