Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sandy-shore {
color: #f2e7ba;
}
.smooth-satin {
color: #a4d6d2;
}
.bashful-blue {
color: #6b92d6;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--sandy-shore:#f2e7ba;
--smooth-satin:#a4d6d2;
--bashful-blue:#6b92d6;
}