Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7f5b9f;
}
.violet-femmes {
color: #a66e9c;
}
.darling-clementine {
color: #d5a17c;
}
.new-clay {
color: #f1c2b6;
}
.sun-dust {
color: #f9e0a4;
}
/* CSS Variables */
:root {
--jubilee:#7f5b9f;
--violet-femmes:#a66e9c;
--darling-clementine:#d5a17c;
--new-clay:#f1c2b6;
--sun-dust:#f9e0a4;
}