Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.mandarin-red {
color: #e54d38;
}
.fire-flower {
color: #f78a36;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.buttery-croissant {
color: #f6e49d;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--mandarin-red:#e54d38;
--fire-flower:#f78a36;
--creamy-sweet-corn:#f9c54e;
--buttery-croissant:#f6e49d;
}