Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.breeze-of-chilli {
color: #f16c6a;
}
.allspice {
color: #f8c9aa;
}
.beeswax {
color: #e8d5ab;
}
.texas-sage {
color: #b7a87b;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--breeze-of-chilli:#f16c6a;
--allspice:#f8c9aa;
--beeswax:#e8d5ab;
--texas-sage:#b7a87b;
}