Color names in this palette
CSS code for this palette
/* CSS */
.illuminating-emerald {
color: #298e7a;
}
.garish-green {
color: #4ebc8e;
}
.fresco-green {
color: #79e6a3;
}
.lemon-verbena {
color: #f2e96e;
}
.nuclear-mango {
color: #f29c2c;
}
/* CSS Variables */
:root {
--illuminating-emerald:#298e7a;
--garish-green:#4ebc8e;
--fresco-green:#79e6a3;
--lemon-verbena:#f2e96e;
--nuclear-mango:#f29c2c;
}