Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d22d2f;
}
.sun-orange {
color: #f47b1f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.copen-blue {
color: #56768f;
}
/* CSS Variables */
:root {
--chi-gong:#d22d2f;
--sun-orange:#f47b1f;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--copen-blue:#56768f;
}