Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.orange-pepper {
color: #d67d00;
}
.tijolo {
color: #a85100;
}
.hazelnut-chocolate {
color: #803c00;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--orange-pepper:#d67d00;
--tijolo:#a85100;
--hazelnut-chocolate:#803c00;
}