Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d42e2b;
}
.wicked-witch {
color: #5e9c4f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.candy-heart-pink {
color: #f6a2a2;
}
.blue-genie {
color: #6961ff;
}
/* CSS Variables */
:root {
--chi-gong:#d42e2b;
--wicked-witch:#5e9c4f;
--creamy-sweet-corn:#f9c54e;
--candy-heart-pink:#f6a2a2;
--blue-genie:#6961ff;
}