Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #4b4ba0;
}
.c64-purple {
color: #6a73c8;
}
.soft-purple {
color: #a76bbd;
}
.harvest-haze {
color: #dc6d2e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--liberty:#4b4ba0;
--c64-purple:#6a73c8;
--soft-purple:#a76bbd;
--harvest-haze:#dc6d2e;
--creamy-sweet-corn:#f9c54e;
}