Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pineapple-delight {
color: #f1e6a7;
}
.blushing-sky {
color: #d7b2d5;
}
.cyclamen-red {
color: #a45b8c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--pineapple-delight:#f1e6a7;
--blushing-sky:#d7b2d5;
--cyclamen-red:#a45b8c;
}