Color names in this palette
CSS code for this palette
/* CSS */
.turtle-warrior {
color: #3cb96a;
}
.enchanted-emerald {
color: #83d89f;
}
.carla {
color: #f2f9c8;
}
.bright-yarrow {
color: #f7cf69;
}
.mandarin-red {
color: #eb4e3d;
}
/* CSS Variables */
:root {
--turtle-warrior:#3cb96a;
--enchanted-emerald:#83d89f;
--carla:#f2f9c8;
--bright-yarrow:#f7cf69;
--mandarin-red:#eb4e3d;
}