Color names in this palette
CSS code for this palette
/* CSS */
.velvet-mauve {
color: #6d2c57;
}
.orchid-lei {
color: #9a4c7d;
}
.taste-of-berry {
color: #c7a3b7;
}
.lacquer-mauve {
color: #f1d0e4;
}
.curd {
color: #f9e0b9;
}
/* CSS Variables */
:root {
--velvet-mauve:#6d2c57;
--orchid-lei:#9a4c7d;
--taste-of-berry:#c7a3b7;
--lacquer-mauve:#f1d0e4;
--curd:#f9e0b9;
}