Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f3c949;
}
.buttery-croissant {
color: #f7e09c;
}
.pale-lilac {
color: #d9b5c2;
}
.mauve-orchid {
color: #a76c8e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f3c949;
--buttery-croissant:#f7e09c;
--pale-lilac:#d9b5c2;
--mauve-orchid:#a76c8e;
}