Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.flint-corn-red {
color: #d6613d;
}
.rave-red {
color: #a53d31;
}
.brown-coffee {
color: #4c2c29;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--flint-corn-red:#d6613d;
--rave-red:#a53d31;
--brown-coffee:#4c2c29;
}