Color names in this palette
CSS code for this palette
/* CSS */
.moldy-ochre {
color: #d6a400;
}
.sunflower-mango {
color: #ffb700;
}
.usc-gold {
color: #ffcc00;
}
.zinnia-gold {
color: #ffd780;
}
.hollandaise {
color: #ffec42;
}
/* CSS Variables */
:root {
--moldy-ochre:#d6a400;
--sunflower-mango:#ffb700;
--usc-gold:#ffcc00;
--zinnia-gold:#ffd780;
--hollandaise:#ffec42;
}