Color names in this palette
CSS code for this palette
/* CSS */
.gold-foil {
color: #d9a24a;
}
.fall-leaves {
color: #be7b3c;
}
.burned-brown {
color: #6f4c3e;
}
.chili {
color: #be493c;
}
.pink-abalone {
color: #e8b7a1;
}
/* CSS Variables */
:root {
--gold-foil:#d9a24a;
--fall-leaves:#be7b3c;
--burned-brown:#6f4c3e;
--chili:#be493c;
--pink-abalone:#e8b7a1;
}