Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.oranzhewyi-orange {
color: #f15d3b;
}
.mom-s-pancake {
color: #f6c451;
}
.springtime {
color: #e7e5b1;
}
.jovial-jade {
color: #88d8b0;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--oranzhewyi-orange:#f15d3b;
--mom-s-pancake:#f6c451;
--springtime:#e7e5b1;
--jovial-jade:#88d8b0;
}