Color names in this palette
CSS code for this palette
/* CSS */
.warm-woolen {
color: #d3b35a;
}
.invitation-gold {
color: #a8763e;
}
.clair-au-chocolat {
color: #7d482c;
}
.muddy-quicksand {
color: #bf9a8d;
}
.sand-dance {
color: #e0c5b8;
}
/* CSS Variables */
:root {
--warm-woolen:#d3b35a;
--invitation-gold:#a8763e;
--clair-au-chocolat:#7d482c;
--muddy-quicksand:#bf9a8d;
--sand-dance:#e0c5b8;
}