Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.surprise-amber {
color: #f0b97a;
}
.hinoki {
color: #f6deb6;
}
.tiny-calf {
color: #e2c0a6;
}
.peanut-butter-crust {
color: #c8a188;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--surprise-amber:#f0b97a;
--hinoki:#f6deb6;
--tiny-calf:#e2c0a6;
--peanut-butter-crust:#c8a188;
}