Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.pyrite {
color: #f5c542;
}
.buttery-croissant {
color: #f7e09c;
}
.berry-popsicle {
color: #d4a5c8;
}
.pleasant-dream {
color: #a578ab;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--pyrite:#f5c542;
--buttery-croissant:#f7e09c;
--berry-popsicle:#d4a5c8;
--pleasant-dream:#a578ab;
}