Color names in this palette
CSS code for this palette
/* CSS */
.mazzy-star {
color: #b45cb7;
}
.ksu-purple {
color: #4e2c90;
}
.turkish-stone {
color: #2a7c92;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--mazzy-star:#b45cb7;
--ksu-purple:#4e2c90;
--turkish-stone:#2a7c92;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}