Color names in this palette
CSS code for this palette
/* CSS */
.esprit-peach {
color: #ffc29e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hunter-s-orange {
color: #d8402c;
}
.rusty-chainmail {
color: #c94a4c;
}
.liberty {
color: #4b4ea0;
}
/* CSS Variables */
:root {
--esprit-peach:#ffc29e;
--grapefruit-pulp:#ff6e61;
--hunter-s-orange:#d8402c;
--rusty-chainmail:#c94a4c;
--liberty:#4b4ea0;
}