Color names in this palette
CSS code for this palette
/* CSS */
.trump-tan {
color: #f9a76c;
}
.trump-tan {
color: #fba96a;
}
.bundaberg-sand {
color: #fbc289;
}
.ginger-peach {
color: #f9d39f;
}
.banana-yogurt {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--trump-tan:#f9a76c;
--trump-tan:#fba96a;
--bundaberg-sand:#fbc289;
--ginger-peach:#f9d39f;
--banana-yogurt:#f9e8b4;
}