Color names in this palette
CSS code for this palette
/* CSS */
.high-honey {
color: #e0b748;
}
.cremini {
color: #d1a73d;
}
.mineral-umber {
color: #b58c2c;
}
.pierogi {
color: #f2d78c;
}
.bright-bronze {
color: #a45c1e;
}
/* CSS Variables */
:root {
--high-honey:#e0b748;
--cremini:#d1a73d;
--mineral-umber:#b58c2c;
--pierogi:#f2d78c;
--bright-bronze:#a45c1e;
}