Color names in this palette
CSS code for this palette
/* CSS */
.lucky-penny {
color: #ba6b36;
}
.ginger-ale {
color: #c8a96a;
}
.biltmore-buff {
color: #e4c8a0;
}
.straw-hat {
color: #f0d7a8;
}
.god-given {
color: #f9f4e1;
}
/* CSS Variables */
:root {
--lucky-penny:#ba6b36;
--ginger-ale:#c8a96a;
--biltmore-buff:#e4c8a0;
--straw-hat:#f0d7a8;
--god-given:#f9f4e1;
}