Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d9a520;
}
.soviet-gold {
color: #ffd900;
}
.middle-yellow {
color: #ffea00;
}
.ucla-gold {
color: #ffb300;
}
.pyrite {
color: #f5c542;
}
/* CSS Variables */
:root {
--chanterelle:#d9a520;
--soviet-gold:#ffd900;
--middle-yellow:#ffea00;
--ucla-gold:#ffb300;
--pyrite:#f5c542;
}