Color names in this palette
CSS code for this palette
/* CSS */
.golden-mushroom {
color: #f5e8d1;
}
.ginger-shortbread {
color: #e2cec5;
}
.canyon-trail {
color: #d6b8a8;
}
.andes-ash {
color: #c19c9a;
}
.honey-maple {
color: #a86c5d;
}
/* CSS Variables */
:root {
--golden-mushroom:#f5e8d1;
--ginger-shortbread:#e2cec5;
--canyon-trail:#d6b8a8;
--andes-ash:#c19c9a;
--honey-maple:#a86c5d;
}