Color names in this palette
CSS code for this palette
/* CSS */
.mousse-aux-pruneaux {
color: #e1c5f2;
}
.soft-purple {
color: #a670bd;
}
.galactic-purple {
color: #4a2c90;
}
.exotic-blossom {
color: #ff9e42;
}
.tan-red {
color: #ff4f1f;
}
/* CSS Variables */
:root {
--mousse-aux-pruneaux:#e1c5f2;
--soft-purple:#a670bd;
--galactic-purple:#4a2c90;
--exotic-blossom:#ff9e42;
--tan-red:#ff4f1f;
}