Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.not-yo-cheese {
color: #fbc02d;
}
.hollandaise {
color: #ffec3d;
}
.greenivorous {
color: #cbdc38;
}
.citrus-surge {
color: #8bc34b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--not-yo-cheese:#fbc02d;
--hollandaise:#ffec3d;
--greenivorous:#cbdc38;
--citrus-surge:#8bc34b;
}