Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5b4f8c;
}
.usu-pink {
color: #a77b9d;
}
.themeda-japonica {
color: #e2b03c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.hot-coral {
color: #f25c54;
}
/* CSS Variables */
:root {
--purple-corallite:#5b4f8c;
--usu-pink:#a77b9d;
--themeda-japonica:#e2b03c;
--creamy-sweet-corn:#f9c54e;
--hot-coral:#f25c54;
}