Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.beekeeper {
color: #f9e690;
}
.corinthian-pink {
color: #f6a7d8;
}
.pink-pepper {
color: #f25a6e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--beekeeper:#f9e690;
--corinthian-pink:#f6a7d8;
--pink-pepper:#f25a6e;
}