Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #784b9b;
}
.soft-purple {
color: #a471c1;
}
.pretty-petunia {
color: #d6b8e0;
}
.creamery {
color: #f0d2b7;
}
.pallid-orange {
color: #f9b79f;
}
/* CSS Variables */
:root {
--parfait-d-amour:#784b9b;
--soft-purple:#a471c1;
--pretty-petunia:#d6b8e0;
--creamery:#f0d2b7;
--pallid-orange:#f9b79f;
}