Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.cymophane-yellow {
color: #f2e6a6;
}
.plum-blossom {
color: #f49fa6;
}
.geranium {
color: #d54862;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--cymophane-yellow:#f2e6a6;
--plum-blossom:#f49fa6;
--geranium:#d54862;
}