Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.zucchini-flower {
color: #e6a64c;
}
.sweet-potato {
color: #d67d3d;
}
.conker {
color: #b84e3d;
}
.siren {
color: #6d2c3e;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--zucchini-flower:#e6a64c;
--sweet-potato:#d67d3d;
--conker:#b84e3d;
--siren:#6d2c3e;
}