Color names in this palette
CSS code for this palette
/* CSS */
.lightweight-beige {
color: #f6e3c6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.kin-gold {
color: #f59b00;
}
.celosia-orange {
color: #e76b32;
}
.ake-blood {
color: #d43a25;
}
/* CSS Variables */
:root {
--lightweight-beige:#f6e3c6;
--solar-plexus-chakra:#f1c84b;
--kin-gold:#f59b00;
--celosia-orange:#e76b32;
--ake-blood:#d43a25;
}