Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.sludge {
color: #d16c00;
}
.remington-rust {
color: #a55e4a;
}
.burned-brown {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--sludge:#d16c00;
--remington-rust:#a55e4a;
--burned-brown:#6f4c3e;
}