Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.cheddar {
color: #f09e05;
}
.nyc-taxi {
color: #f6b531;
}
.syndicalist {
color: #f5c400;
}
.forsythia-blossom {
color: #f3d66d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--cheddar:#f09e05;
--nyc-taxi:#f6b531;
--syndicalist:#f5c400;
--forsythia-blossom:#f3d66d;
}