Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.golden-beryl-yellow {
color: #d6a800;
}
.kenyan-sand {
color: #b88a00;
}
.yellowish-brown {
color: #9e7700;
}
.ground-earth {
color: #806000;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--golden-beryl-yellow:#d6a800;
--kenyan-sand:#b88a00;
--yellowish-brown:#9e7700;
--ground-earth:#806000;
}