Color names in this palette
CSS code for this palette
/* CSS */
.reductant {
color: #e65b5b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.prominent-blue {
color: #277ca0;
}
.black {
color: #000000;
}
/* CSS Variables */
:root {
--reductant:#e65b5b;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--prominent-blue:#277ca0;
--black:#000000;
}