Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.eyelash-viper {
color: #f0c54c;
}
.marsh-mist {
color: #e3e1a1;
}
.light-blue-glint {
color: #a6d2e3;
}
.lupine-blue {
color: #6d95b6;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--eyelash-viper:#f0c54c;
--marsh-mist:#e3e1a1;
--light-blue-glint:#a6d2e3;
--lupine-blue:#6d95b6;
}