Color names in this palette
CSS code for this palette
/* CSS */
.yellow-cream {
color: #f2d269;
}
.river-of-gold {
color: #e1b45b;
}
.georgian-yellow {
color: #d09a49;
}
.hokey-pokey {
color: #b88e32;
}
.chai-tea {
color: #a77c25;
}
/* CSS Variables */
:root {
--yellow-cream:#f2d269;
--river-of-gold:#e1b45b;
--georgian-yellow:#d09a49;
--hokey-pokey:#b88e32;
--chai-tea:#a77c25;
}