Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.bacon-strips {
color: #e13e33;
}
.consumed-by-fire {
color: #f47f1f;
}
.mango-margarita {
color: #f9b44e;
}
.blended-fruit {
color: #f9e5a4;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--bacon-strips:#e13e33;
--consumed-by-fire:#f47f1f;
--mango-margarita:#f9b44e;
--blended-fruit:#f9e5a4;
}