Color names in this palette
CSS code for this palette
/* CSS */
.ginger-beer {
color: #c77d38;
}
.afghan-sand {
color: #d2a85b;
}
.caramel-mousse {
color: #e5c9a4;
}
.ivory-oats {
color: #f7e2c0;
}
.pinkathon {
color: #f2baba;
}
/* CSS Variables */
:root {
--ginger-beer:#c77d38;
--afghan-sand:#d2a85b;
--caramel-mousse:#e5c9a4;
--ivory-oats:#f7e2c0;
--pinkathon:#f2baba;
}