Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.eternal-summer {
color: #f5e400;
}
.star-studded {
color: #f9ebae;
}
.peach-bud {
color: #f9b1ae;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--eternal-summer:#f5e400;
--star-studded:#f9ebae;
--peach-bud:#f9b1ae;
}