Color names in this palette
CSS code for this palette
/* CSS */
.voldemort {
color: #2b0f5c;
}
.sick-blue {
color: #4c2c8c;
}
.juneberry {
color: #7a4f9c;
}
.brown-rust {
color: #af5a3c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--voldemort:#2b0f5c;
--sick-blue:#4c2c8c;
--juneberry:#7a4f9c;
--brown-rust:#af5a3c;
--creamy-sweet-corn:#f9c54e;
}