Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.sun-orange {
color: #f47b1f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.marine-green {
color: #43a889;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--sun-orange:#f47b1f;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--marine-green:#43a889;
}