Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.buttery-croissant {
color: #f2df9c;
}
.think-pink {
color: #e7a6c1;
}
.rose-turkish-delight {
color: #d84f7d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--buttery-croissant:#f2df9c;
--think-pink:#e7a6c1;
--rose-turkish-delight:#d84f7d;
}