Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c82d3a;
}
.yellow-currant {
color: #f8c368;
}
.paper-daisy {
color: #f1e5c6;
}
.online-lime {
color: #4b8c3b;
}
.heath {
color: #502b2b;
}
/* CSS Variables */
:root {
--mars-red:#c82d3a;
--yellow-currant:#f8c368;
--paper-daisy:#f1e5c6;
--online-lime:#4b8c3b;
--heath:#502b2b;
}