Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.buttery-croissant {
color: #f2e29c;
}
.chefchaouen-blue {
color: #a1d4e8;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--buttery-croissant:#f2e29c;
--chefchaouen-blue:#a1d4e8;
--pompelmo:#ff6b6b;
}