Color names in this palette
CSS code for this palette
/* CSS */
.hearth-gold {
color: #a56f31;
}
.magic-lamp {
color: #c1a05c;
}
.chamois {
color: #e7cf98;
}
.fake-blonde {
color: #f0e3c1;
}
.lynx-white {
color: #f7f7f7;
}
/* CSS Variables */
:root {
--hearth-gold:#a56f31;
--magic-lamp:#c1a05c;
--chamois:#e7cf98;
--fake-blonde:#f0e3c1;
--lynx-white:#f7f7f7;
}