Color names in this palette
CSS code for this palette
/* CSS */
.moldy-ochre {
color: #d6a400;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.yellow-tulip {
color: #f5d06b;
}
.indian-maize {
color: #e3c24a;
}
.molten-bronze {
color: #c7a200;
}
/* CSS Variables */
:root {
--moldy-ochre:#d6a400;
--solar-plexus-chakra:#f1c84b;
--yellow-tulip:#f5d06b;
--indian-maize:#e3c24a;
--molten-bronze:#c7a200;
}