Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.goku-orange {
color: #ef7f3e;
}
.fireglow {
color: #d85f41;
}
.carmine-carnation {
color: #b04a56;
}
.pink-horror {
color: #8b2d5a;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--goku-orange:#ef7f3e;
--fireglow:#d85f41;
--carmine-carnation:#b04a56;
--pink-horror:#8b2d5a;
}