Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #d8a24f;
}
.coriander-seed {
color: #bfaf6e;
}
.formosan-green {
color: #a69b4e;
}
.bountiful-gold {
color: #e6c76b;
}
.salt-caramel {
color: #d18f4d;
}
/* CSS Variables */
:root {
--angel-food-cake:#d8a24f;
--coriander-seed:#bfaf6e;
--formosan-green:#a69b4e;
--bountiful-gold:#e6c76b;
--salt-caramel:#d18f4d;
}