Color names in this palette
CSS code for this palette
/* CSS */
.amber-autumn {
color: #c69c6c;
}
.ginger-shortbread {
color: #e4cfc4;
}
.tannin {
color: #a78c6c;
}
.informal-ivory {
color: #f1e7d0;
}
.dusty-gold {
color: #d9b99b;
}
/* CSS Variables */
:root {
--amber-autumn:#c69c6c;
--ginger-shortbread:#e4cfc4;
--tannin:#a78c6c;
--informal-ivory:#f1e7d0;
--dusty-gold:#d9b99b;
}