Color names in this palette
CSS code for this palette
/* CSS */
.dark-purple {
color: #380a43;
}
.true-purple {
color: #6a2c90;
}
.mazzy-star {
color: #b55fb9;
}
.vitamin-c {
color: #ff9900;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--dark-purple:#380a43;
--true-purple:#6a2c90;
--mazzy-star:#b55fb9;
--vitamin-c:#ff9900;
--sunshine-mellow:#f1c40e;
}