Color names in this palette
CSS code for this palette
/* CSS */
.e-honda-beige {
color: #f7d87e;
}
.mad-for-mango {
color: #f5a300;
}
.bitter-orange {
color: #d8792c;
}
.gladiator-leather {
color: #a85c3e;
}
.benevolence {
color: #694a78;
}
/* CSS Variables */
:root {
--e-honda-beige:#f7d87e;
--mad-for-mango:#f5a300;
--bitter-orange:#d8792c;
--gladiator-leather:#a85c3e;
--benevolence:#694a78;
}