Color names in this palette
CSS code for this palette
/* CSS */
.mousse-aux-pruneaux {
color: #e6d4f7;
}
.pretty-petunia {
color: #d4b5e8;
}
.autumn-wisteria {
color: #c9a4da;
}
.rose-mallow {
color: #f1a7c6;
}
.friendly-yellow {
color: #f5e2b2;
}
/* CSS Variables */
:root {
--mousse-aux-pruneaux:#e6d4f7;
--pretty-petunia:#d4b5e8;
--autumn-wisteria:#c9a4da;
--rose-mallow:#f1a7c6;
--friendly-yellow:#f5e2b2;
}