Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.pani-puri {
color: #f3a953;
}
.mexican-spirit {
color: #d67f38;
}
.potter-s-clay {
color: #a64c2b;
}
.sundried-tomato {
color: #682c2e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--pani-puri:#f3a953;
--mexican-spirit:#d67f38;
--potter-s-clay:#a64c2b;
--sundried-tomato:#682c2e;
}