Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c6a96c;
}
.wheat-bread {
color: #debc7c;
}
.sugar-cookie {
color: #f0e1a3;
}
.walnut-cream {
color: #f4d7b3;
}
.golden-lake {
color: #d9c7a1;
}
/* CSS Variables */
:root {
--ginger-ale:#c6a96c;
--wheat-bread:#debc7c;
--sugar-cookie:#f0e1a3;
--walnut-cream:#f4d7b3;
--golden-lake:#d9c7a1;
}