Color names in this palette
CSS code for this palette
/* CSS */
.link-to-the-past {
color: #d0b38a;
}
.ginger-shortbread {
color: #e3cfc4;
}
.mulled-spice {
color: #d6a77a;
}
.auric-armour-gold {
color: #e9b96d;
}
.amber-autumn {
color: #c69c6c;
}
/* CSS Variables */
:root {
--link-to-the-past:#d0b38a;
--ginger-shortbread:#e3cfc4;
--mulled-spice:#d6a77a;
--auric-armour-gold:#e9b96d;
--amber-autumn:#c69c6c;
}