Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c4a7;
}
.mulled-spice {
color: #d9a578;
}
.eastlake-gold {
color: #bf8d5f;
}
.maple-glaze {
color: #a86a3e;
}
.gingerbread {
color: #8c4a2c;
}
/* CSS Variables */
:root {
--peach-damask:#f6c4a7;
--mulled-spice:#d9a578;
--eastlake-gold:#bf8d5f;
--maple-glaze:#a86a3e;
--gingerbread:#8c4a2c;
}