Color names in this palette
CSS code for this palette
/* CSS */
.beekeeper {
color: #f9e690;
}
.sandy {
color: #f2d77d;
}
.gyoza-dumpling {
color: #e0b36c;
}
.angel-food-cake {
color: #d8a24f;
}
.tawny-olive {
color: #c29b29;
}
/* CSS Variables */
:root {
--beekeeper:#f9e690;
--sandy:#f2d77d;
--gyoza-dumpling:#e0b36c;
--angel-food-cake:#d8a24f;
--tawny-olive:#c29b29;
}