Color names in this palette
CSS code for this palette
/* CSS */
.parfait-d-amour {
color: #7b4c9a;
}
.crown-jewels {
color: #9c6bb3;
}
.crocus-petal {
color: #b99fc6;
}
.party-hat {
color: #cfc1e2;
}
.pouty-purple {
color: #e8d6f0;
}
/* CSS Variables */
:root {
--parfait-d-amour:#7b4c9a;
--crown-jewels:#9c6bb3;
--crocus-petal:#b99fc6;
--party-hat:#cfc1e2;
--pouty-purple:#e8d6f0;
}