Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.welcoming-wasp {
color: #f0a800;
}
.accent-orange {
color: #e66b00;
}
.hawaiian-ahi-poke {
color: #d74833;
}
.floriography {
color: #a93d4b;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--welcoming-wasp:#f0a800;
--accent-orange:#e66b00;
--hawaiian-ahi-poke:#d74833;
--floriography:#a93d4b;
}