Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.goldfinch {
color: #f8e45d;
}
.clover-mist {
color: #6fbe8b;
}
.faience {
color: #296989;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--goldfinch:#f8e45d;
--clover-mist:#6fbe8b;
--faience:#296989;
}