Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4d89;
}
.gorgeous-hydrangea {
color: #a98ecc;
}
.waddles-pink {
color: #f1a7ca;
}
.butterfield {
color: #f3c058;
}
.spiced-up-orange {
color: #e77d32;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4d89;
--gorgeous-hydrangea:#a98ecc;
--waddles-pink:#f1a7ca;
--butterfield:#f3c058;
--spiced-up-orange:#e77d32;
}