Color names in this palette
CSS code for this palette
/* CSS */
.jubilant-meadow {
color: #7cbb2a;
}
.wasabi {
color: #b0e57b;
}
.dolly {
color: #f5f56b;
}
.egyptian-gold {
color: #f0a64c;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--jubilant-meadow:#7cbb2a;
--wasabi:#b0e57b;
--dolly:#f5f56b;
--egyptian-gold:#f0a64c;
--mandarin-red:#e74d3c;
}