Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sugar-cookie {
color: #f2e3a1;
}
.lilac-haze {
color: #d7b7d3;
}
.love-lord {
color: #c24c77;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--sugar-cookie:#f2e3a1;
--lilac-haze:#d7b7d3;
--love-lord:#c24c77;
}