Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.flavescent {
color: #f7e78d;
}
.dingy-sticky-note {
color: #e2f5a3;
}
.cool-aloe {
color: #a3d99b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--flavescent:#f7e78d;
--dingy-sticky-note:#e2f5a3;
--cool-aloe:#a3d99b;
}