Color names in this palette
CSS code for this palette
/* CSS */
.midnight-pie {
color: #392b54;
}
.parfait-d-amour {
color: #6b4c94;
}
.soft-purple {
color: #a76dba;
}
.shrimp-cocktail {
color: #f4a462;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--midnight-pie:#392b54;
--parfait-d-amour:#6b4c94;
--soft-purple:#a76dba;
--shrimp-cocktail:#f4a462;
--sunshine-mellow:#f1c40e;
}