Color names in this palette
CSS code for this palette
/* CSS */
.esprit-peach {
color: #ffc09e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.everything-s-rosy {
color: #d7aba3;
}
.hazelnut {
color: #a9705b;
}
.windsor-wine {
color: #5c2e3e;
}
/* CSS Variables */
:root {
--esprit-peach:#ffc09e;
--grapefruit-pulp:#ff6e61;
--everything-s-rosy:#d7aba3;
--hazelnut:#a9705b;
--windsor-wine:#5c2e3e;
}