Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.bone-white {
color: #f2dfb1;
}
.herb-robert {
color: #d8a3e0;
}
.pearly-purple {
color: #b76c9b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--bone-white:#f2dfb1;
--herb-robert:#d8a3e0;
--pearly-purple:#b76c9b;
}