Color names in this palette
CSS code for this palette
/* CSS */
.italian-straw {
color: #e8d1a1;
}
.parsnip {
color: #d6c69a;
}
.honey-gold {
color: #e2b87e;
}
.sweet-honey {
color: #d6a55c;
}
.ginger-ale {
color: #cca96b;
}
/* CSS Variables */
:root {
--italian-straw:#e8d1a1;
--parsnip:#d6c69a;
--honey-gold:#e2b87e;
--sweet-honey:#d6a55c;
--ginger-ale:#cca96b;
}