Color names in this palette
CSS code for this palette
/* CSS */
.galactic-purple {
color: #4f2a92;
}
.parfait-d-amour {
color: #6f4c94;
}
.viola {
color: #9c6cbc;
}
.bright-ube {
color: #d5a5e9;
}
.waddles-pink {
color: #f1a7d1;
}
/* CSS Variables */
:root {
--galactic-purple:#4f2a92;
--parfait-d-amour:#6f4c94;
--viola:#9c6cbc;
--bright-ube:#d5a5e9;
--waddles-pink:#f1a7d1;
}