Color names in this palette
CSS code for this palette
/* CSS */
.plains {
color: #f6e088;
}
.safety-yellow {
color: #f0d000;
}
.chinese-gold {
color: #dba800;
}
.kenyan-sand {
color: #b88a00;
}
.bronze {
color: #a37800;
}
/* CSS Variables */
:root {
--plains:#f6e088;
--safety-yellow:#f0d000;
--chinese-gold:#dba800;
--kenyan-sand:#b88a00;
--bronze:#a37800;
}