Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #daa44e;
}
.cameleer {
color: #e3b25f;
}
.hawker-s-gold {
color: #f5c06b;
}
.meadow-yellow {
color: #f7d98d;
}
.french-vanilla {
color: #f1e2a7;
}
/* CSS Variables */
:root {
--angel-food-cake:#daa44e;
--cameleer:#e3b25f;
--hawker-s-gold:#f5c06b;
--meadow-yellow:#f7d98d;
--french-vanilla:#f1e2a7;
}