Color names in this palette
CSS code for this palette
/* CSS */
.pepperoncini {
color: #dac24e;
}
.goldfinch {
color: #f9e25d;
}
.e-honda-beige {
color: #f7d87e;
}
.sunburst {
color: #f5b67a;
}
.coral-orange {
color: #e86a4a;
}
/* CSS Variables */
:root {
--pepperoncini:#dac24e;
--goldfinch:#f9e25d;
--e-honda-beige:#f7d87e;
--sunburst:#f5b67a;
--coral-orange:#e86a4a;
}