Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.hot-coral {
color: #f25d50;
}
.chat-orange {
color: #f99f3e;
}
.tender-shoots {
color: #a8d039;
}
.calm-balm {
color: #5c9e3d;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--hot-coral:#f25d50;
--chat-orange:#f99f3e;
--tender-shoots:#a8d039;
--calm-balm:#5c9e3d;
}