Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4b3a6e;
}
.jubilee {
color: #7b5b9f;
}
.wisteria {
color: #a97dba;
}
.silver-rust {
color: #c29fdf;
}
.mousse-aux-pruneaux {
color: #e5c7f0;
}
/* CSS Variables */
:root {
--meteorite:#4b3a6e;
--jubilee:#7b5b9f;
--wisteria:#a97dba;
--silver-rust:#c29fdf;
--mousse-aux-pruneaux:#e5c7f0;
}