Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.majestic-treasures {
color: #f2e7a6;
}
.southern-belle {
color: #a5d9c5;
}
.jubilee {
color: #7e5b9a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--majestic-treasures:#f2e7a6;
--southern-belle:#a5d9c5;
--jubilee:#7e5b9a;
}