Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.safety-yellow {
color: #f0d400;
}
.golden-staff {
color: #f3ee81;
}
.freshman {
color: #e4f7c0;
}
.mint-tulip {
color: #c8ead9;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--safety-yellow:#f0d400;
--golden-staff:#f3ee81;
--freshman:#e4f7c0;
--mint-tulip:#c8ead9;
}