Color names in this palette
CSS code for this palette
/* CSS */
.rust-brown {
color: #8a2c00;
}
.orangish-brown {
color: #b35900;
}
.moldy-ochre {
color: #d69d00;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cymophane-yellow {
color: #f2e6a6;
}
/* CSS Variables */
:root {
--rust-brown:#8a2c00;
--orangish-brown:#b35900;
--moldy-ochre:#d69d00;
--solar-plexus-chakra:#f1c84b;
--cymophane-yellow:#f2e6a6;
}